diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-08 10:06:01 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-08 10:06:01 +0000 |
commit | 41ba875c07476d26ecdcbb6dd97e3296a68eaf8a (patch) | |
tree | 4378835c47c5228383ba98826d54ff4eac20ee44 /plugins | |
parent | 6ce1e92c15a2bb8c270078d366f0f9348226cabe (diff) |
more correct resource file
git-svn-id: http://svn.miranda-ng.org/main/trunk@3473 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rwxr-xr-x | plugins/Msg_Export/res/resource.rc | 28 | ||||
-rwxr-xr-x | plugins/Msg_Export/src/resource.h | 1 |
2 files changed, 21 insertions, 8 deletions
diff --git a/plugins/Msg_Export/res/resource.rc b/plugins/Msg_Export/res/resource.rc index 0c41cc0389..4434bd7e57 100755 --- a/plugins/Msg_Export/res/resource.rc +++ b/plugins/Msg_Export/res/resource.rc @@ -12,14 +12,11 @@ #undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
-//
-// String Table
-//
+// Russian (Russia) resources
-STRINGTABLE
-BEGIN
- ID_EDIT_COPY "Copies the selection and puts it on the Clipboard\nCopy"
-END
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS)
+LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
+#pragma code_page(1251)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
@@ -45,6 +42,7 @@ END #endif // APSTUDIO_INVOKED
+
/////////////////////////////////////////////////////////////////////////////
//
// Dialog
@@ -213,6 +211,22 @@ BEGIN END
END
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// String Table
+//
+
+STRINGTABLE
+BEGIN
+ ID_EDIT_COPY "Copies the selection and puts it on the Clipboard\nCopy"
+END
+
+#endif // Russian (Russia) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
diff --git a/plugins/Msg_Export/src/resource.h b/plugins/Msg_Export/src/resource.h index adf81b6ae2..db15b889a1 100755 --- a/plugins/Msg_Export/src/resource.h +++ b/plugins/Msg_Export/src/resource.h @@ -45,7 +45,6 @@ #define ID_EDIT_COPY 40003
#define ID_SET_TO_DEFAULT 40004
#define ID_USERLIST_USERDETAILS 40005
-#define IDC_STATIC -1
// Next default values for new objects
//
|