From 534fea9b2d46ddbe51b3841f2ca6af2e468f5c00 Mon Sep 17 00:00:00 2001 From: mataes2007 Date: Sat, 3 Dec 2011 17:47:07 +0000 Subject: 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 --- Dbx_mmap_SA/Dbtool/resource.rc | 48 +++++------------------------------------- 1 file changed, 5 insertions(+), 43 deletions(-) (limited to 'Dbx_mmap_SA/Dbtool/resource.rc') 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 ///////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3