summaryrefslogtreecommitdiff
path: root/plugins/DbChecker/res/resource.rc
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/DbChecker/res/resource.rc')
-rw-r--r--plugins/DbChecker/res/resource.rc20
1 files changed, 10 insertions, 10 deletions
diff --git a/plugins/DbChecker/res/resource.rc b/plugins/DbChecker/res/resource.rc
index 17e11c5796..40a06d4765 100644
--- a/plugins/DbChecker/res/resource.rc
+++ b/plugins/DbChecker/res/resource.rc
@@ -7,7 +7,7 @@
//
// Generated from the TEXTINCLUDE 2 resource.
//
-#include <windows.h>
+#include <winres.h>
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
@@ -62,8 +62,8 @@ BEGIN
LTEXT "Select the &profile database from the list below. If the database you wish to use is not listed here then click Other to browse your computer.",IDC_STATIC,10,35,242,16
CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,-1,32,264,1
CONTROL "List1",IDC_DBLIST,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING | LVS_AUTOARRANGE | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,10,53,242,72
- LTEXT "&File:",IDC_STATIC,10,130,12,8
- EDITTEXT IDC_FILE,24,128,184,12,ES_AUTOHSCROLL
+ RTEXT "&File:",IDC_STATIC,10,130,22,8
+ EDITTEXT IDC_FILE,31,128,177,12,ES_AUTOHSCROLL
PUSHBUTTON "&Other...",IDC_OTHER,212,128,40,12
END
@@ -237,8 +237,8 @@ END
// EMF
//
-IDE_WATERMARK EMF "res\\dbtool.emf"
-IDE_HDRLOGO EMF "res\\dbthdr.emf"
+IDE_WATERMARK EMF "dbtool.emf"
+IDE_HDRLOGO EMF "dbthdr.emf"
/////////////////////////////////////////////////////////////////////////////
//
@@ -247,11 +247,11 @@ IDE_HDRLOGO EMF "res\\dbthdr.emf"
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
-IDI_DBTOOL ICON "res\\dbtool.ico"
-IDI_PROFILEGREEN ICON "res\\profileg.ico"
-IDI_PROFILEYELLOW ICON "res\\profiley.ico"
-IDI_PROFILERED ICON "res\\profiler.ico"
-IDI_BAD ICON "res\\delete.ico"
+IDI_DBTOOL ICON "dbtool.ico"
+IDI_PROFILEGREEN ICON "profileg.ico"
+IDI_PROFILEYELLOW ICON "profiley.ico"
+IDI_PROFILERED ICON "profiler.ico"
+IDI_BAD ICON "delete.ico"
#endif // Neutral resources
/////////////////////////////////////////////////////////////////////////////