diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-03-17 06:22:14 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-03-17 06:22:14 +0000 |
commit | 0dccd307d189bf1e3fb98a85f5fbca8d4b1095e2 (patch) | |
tree | e3ada9b1bc326f1567fe03e9cdaa884f8505709c /plugins/LangMan/res/resource.rc | |
parent | 8fed87c869ef9ca38d07f7d7c866ac9bd81a3f90 (diff) |
LangMan:
- reverted reload menu item
- when plugin is disabled, selected langpack will be moved to root folder
git-svn-id: http://svn.miranda-ng.org/main/trunk@8646 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/LangMan/res/resource.rc')
-rw-r--r-- | plugins/LangMan/res/resource.rc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/LangMan/res/resource.rc b/plugins/LangMan/res/resource.rc index ac2d4a14c2..034f77e1d9 100644 --- a/plugins/LangMan/res/resource.rc +++ b/plugins/LangMan/res/resource.rc @@ -75,6 +75,25 @@ END /////////////////////////////////////////////////////////////////////////////
+// Russian (Russia) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS)
+LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
+#pragma code_page(1251)
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Icon
+//
+
+// Icon with lowest ID value placed first to ensure application icon
+// remains consistent on all systems.
+IDI_RELOAD ICON "reload.ico"
+#endif // Russian (Russia) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+/////////////////////////////////////////////////////////////////////////////
// English (United Kingdom) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG)
|