From 1f247dd0a4526cf472140b5f0f766f95b32ecb8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Sch=C3=BCmann?= Date: Thu, 26 Mar 2015 20:42:36 +0000 Subject: 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 --- plugins/MirOTR/res/resource.rc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'plugins/MirOTR/res') 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 ///////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3