From 0dccd307d189bf1e3fb98a85f5fbca8d4b1095e2 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Mon, 17 Mar 2014 06:22:14 +0000 Subject: 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 --- plugins/LangMan/res/resource.rc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'plugins/LangMan/res/resource.rc') 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 @@ -74,6 +74,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 -- cgit v1.2.3