diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-12-03 17:47:07 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-12-03 17:47:07 +0000 |
commit | 534fea9b2d46ddbe51b3841f2ca6af2e468f5c00 (patch) | |
tree | 450c080d226f53cd1bfc8e100eacfdf84a45504e /Dbx_mmap_SA/Dbtool/resource.rc | |
parent | 331bd873e62c59d7e188eb7054c5abd46eeba15a (diff) |
Dbx_mmap_SA:
fixed options page showing
Dbtool:
fixed dbtool starting
fixed version info
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@237 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'Dbx_mmap_SA/Dbtool/resource.rc')
-rw-r--r-- | Dbx_mmap_SA/Dbtool/resource.rc | 48 |
1 files changed, 5 insertions, 43 deletions
diff --git a/Dbx_mmap_SA/Dbtool/resource.rc b/Dbx_mmap_SA/Dbtool/resource.rc index 5cbe277..7aa4cba 100644 --- a/Dbx_mmap_SA/Dbtool/resource.rc +++ b/Dbx_mmap_SA/Dbtool/resource.rc @@ -13,12 +13,12 @@ #undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
-// Russian resources
+// Neutral resources
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS)
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU)
#ifdef _WIN32
-LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
-#pragma code_page(1251)
+LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
+#pragma code_page(1252)
#endif //_WIN32
/////////////////////////////////////////////////////////////////////////////
@@ -351,45 +351,7 @@ IDI_PROFILEYELLOW ICON "res\\profiley.ico" IDI_PROFILERED ICON "res\\profiler.ico"
IDI_BAD ICON "res\\delete.ico"
-/////////////////////////////////////////////////////////////////////////////
-//
-// Version
-//
-
-VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,8,2,0
- PRODUCTVERSION 0,8,2,0
- FILEFLAGSMASK 0x3fL
-#ifdef _DEBUG
- FILEFLAGS 0x1L
-#else
- FILEFLAGS 0x0L
-#endif
- FILEOS 0x40004L
- FILETYPE 0x1L
- FILESUBTYPE 0x0L
-BEGIN
- BLOCK "StringFileInfo"
- BEGIN
- BLOCK "080904b0"
- BEGIN
- VALUE "CompanyName", " "
- VALUE "FileDescription", "Miranda IM Database Tool"
- VALUE "FileVersion", "0.8.2.0"
- VALUE "InternalName", "dbtool"
- VALUE "LegalCopyright", "Copyright © 2001-2008 Richard Hughes, Bio"
- VALUE "OriginalFilename", "dbtool.exe"
- VALUE "ProductName", "Miranda Database Tool"
- VALUE "ProductVersion", "0.8.2.0"
- END
- END
- BLOCK "VarFileInfo"
- BEGIN
- VALUE "Translation", 0x809, 1200
- END
-END
-
-#endif // English (U.K.) resources
+#endif // Neutral resources
/////////////////////////////////////////////////////////////////////////////
|