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 | |
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')
-rw-r--r-- | plugins/MirOTR/DEPENDENCIES.txt | 4 | ||||
-rw-r--r-- | plugins/MirOTR/res/resource.rc | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/plugins/MirOTR/DEPENDENCIES.txt b/plugins/MirOTR/DEPENDENCIES.txt index eb94a0efc8..fff897b294 100644 --- a/plugins/MirOTR/DEPENDENCIES.txt +++ b/plugins/MirOTR/DEPENDENCIES.txt @@ -1,8 +1,8 @@ ekhtml ( http://ekhtml.sourceforge.net/ || Github mirror: https://github.com/hilbix/ekhtml )
0.3.3-pre 2004-06-12 (from Github mirror, hash 0092d9d)
-Libgpg-error ( https://gnupg.org/download/ )
+Libgpg-error ( https://gnupg.org/download/ || git://git.gnupg.org/libgpg-error.git )
1.18
-Libgcrypt ( https://gnupg.org/download/ )
+Libgcrypt ( https://gnupg.org/download/ || git://git.gnupg.org/libgcrypt.git )
1.6.3
libotr ( https://otr.cypherpunks.ca/ )
4.1.0-dev (hash 03e3cad)
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
/////////////////////////////////////////////////////////////////////////////
|