diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-10 12:52:38 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-10 12:52:38 +0000 |
commit | 585586661d51c7673619fe7813589e24690bda58 (patch) | |
tree | 6e5c51b20ebf0da197201bb10060199ce296b89d /plugins/Clist_modern/res/resource.rc | |
parent | 145d0ad77f759772dc58676500d14ab6364e5da3 (diff) |
fixed version info
git-svn-id: http://svn.miranda-ng.org/main/trunk@3528 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/res/resource.rc')
-rw-r--r-- | plugins/Clist_modern/res/resource.rc | 47 |
1 files changed, 9 insertions, 38 deletions
diff --git a/plugins/Clist_modern/res/resource.rc b/plugins/Clist_modern/res/resource.rc index 3732b6fd64..8a9beccbc4 100644 --- a/plugins/Clist_modern/res/resource.rc +++ b/plugins/Clist_modern/res/resource.rc @@ -7,18 +7,18 @@ //
// Generated from the TEXTINCLUDE 2 resource.
//
-#include <winresrc.h>
-#include "..\src\hdr\modern_statusmodes.h"
+#include <winres.h>
+#include <statusmodes.h>
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
-// Neutral resources
+// Русский (Россия) resources
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU)
-LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
-#pragma code_page(1252)
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS)
+LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
+#pragma code_page(1251)
/////////////////////////////////////////////////////////////////////////////
//
@@ -836,18 +836,6 @@ END #ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO
BEGIN
- IDD_MODERNOPTS, DIALOG
- BEGIN
- END
-
- IDD_OPT_CLIST_LISTBKG, DIALOG
- BEGIN
- END
-
- IDD_OPT_SKIN, DIALOG
- BEGIN
- END
-
IDD_OPT_SKINEDITOR, DIALOG
BEGIN
TOPMARGIN, 1
@@ -861,10 +849,6 @@ BEGIN HORZGUIDE, 207
END
- IDD_OPT_ITEMS, DIALOG
- BEGIN
- END
-
IDD_SKIN_TAB, DIALOG
BEGIN
RIGHTMARGIN, 298
@@ -1159,19 +1143,6 @@ BEGIN END
-/////////////////////////////////////////////////////////////////////////////
-//
-// Dialog Info
-//
-
-IDD_OPT_CLUI_2 DLGINIT
-BEGIN
- IDC_HIDEMETHOD, 0x403, 9, 0
-0x6f63, 0x706d, 0x656c, 0x6574, "\000"
- 0
-END
-
-
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
@@ -1185,8 +1156,8 @@ END 2 TEXTINCLUDE
BEGIN
- "#include <winresrc.h>\r\n"
- "#include ""..\\src\\hdr\\modern_statusmodes.h""\r\n"
+ "#include <winres.h>\r\n"
+ "#include <statusmodes.h>\r\n"
"\0"
END
@@ -1198,7 +1169,7 @@ END #endif // APSTUDIO_INVOKED
-#endif // Neutral resources
+#endif // Русский (Россия) resources
/////////////////////////////////////////////////////////////////////////////
|