diff options
author | René Schümann <white06tiger@gmail.com> | 2015-03-26 20:42:36 +0000 |
---|---|---|
committer | René Schümann <white06tiger@gmail.com> | 2015-03-26 20:42:36 +0000 |
commit | 1f247dd0a4526cf472140b5f0f766f95b32ecb8e (patch) | |
tree | b2c2d212f7b87ffee98c5696a2e92452e7436f68 /plugins/MirOTR/res/resource.rc | |
parent | ff89b415dfda0190cae5a848e92e5315e8ad3b62 (diff) |
MirOTR: switched resources to English (well they are English actually :P) Though, I'm unsure if Neutral wouldn't be better... Miranda uses mostly English though, Neutral is quite rare and Russian spreads like a virus^^
Also added Git URIs to some dependencies (gnupg.org was quite buggy the last few days as they've updated their website)
ToDo: fix MirOTR's dynamic load / unload (doesn't properly work and can cause a crash)
git-svn-id: http://svn.miranda-ng.org/main/trunk@12514 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirOTR/res/resource.rc')
-rw-r--r-- | plugins/MirOTR/res/resource.rc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/MirOTR/res/resource.rc b/plugins/MirOTR/res/resource.rc index 3021cfa8ba..0f7802259f 100644 --- a/plugins/MirOTR/res/resource.rc +++ b/plugins/MirOTR/res/resource.rc @@ -13,11 +13,11 @@ #undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
-// Russian (Russia) resources
+// English (United States) resources
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS)
-LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
-#pragma code_page(1251)
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
/////////////////////////////////////////////////////////////////////////////
//
@@ -205,7 +205,7 @@ BEGIN END
#endif // APSTUDIO_INVOKED
-#endif // Russian (Russia) resources
+#endif // English (United States) resources
/////////////////////////////////////////////////////////////////////////////
|