summaryrefslogtreecommitdiff
path: root/plugins/SecureIM/src/language.cpp
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2015-06-28 16:50:17 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2015-06-28 16:50:17 +0000
commitca2afc50a432cefe892c6877710642bce6bd57c9 (patch)
treeb4ff96e40b102b20668d591464e92de3d4778bd9 /plugins/SecureIM/src/language.cpp
parentdcc561ccf83c7468bf512ab94db0c34bfdb49dfc (diff)
Minor cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@14429 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SecureIM/src/language.cpp')
-rw-r--r--plugins/SecureIM/src/language.cpp32
1 files changed, 17 insertions, 15 deletions
diff --git a/plugins/SecureIM/src/language.cpp b/plugins/SecureIM/src/language.cpp
index 0221b528fd..09cea10156 100644
--- a/plugins/SecureIM/src/language.cpp
+++ b/plugins/SecureIM/src/language.cpp
@@ -61,26 +61,28 @@ LPCSTR sim228 = "ANSI";
LPCSTR sim229 = "UTF8";
LPCSTR sim230 = LPGEN("Mode");
LPCSTR sim231[] = { LPGEN("Native"), "PGP", "GPG", "RSA/AES", "RSA" };
+LPCWSTR sim231W[] = { LPGENW("Native"), L"PGP", L"GPG", L"RSA/AES", L"RSA" };
LPCSTR sim232[] = { LPGEN("Disabled"), LPGEN("Enabled"), LPGEN("Always try") };
+LPCWSTR sim232W[] = { LPGENW("Disabled"), LPGENW("Enabled"), LPGENW("Always try") };
LPCSTR sim233 = "PUB";
LPCSTR sim234 = "SHA1";
//Context Menu
-LPCSTR sim301 = LPGEN("Create SecureIM connection");
-LPCSTR sim302 = LPGEN("Disable SecureIM connection");
-LPCSTR sim306 = LPGEN("Load PGP Key");
-LPCSTR sim307 = LPGEN("Unload PGP Key");
-LPCSTR sim308 = LPGEN("Load GPG Key");
-LPCSTR sim309 = LPGEN("Unload GPG Key");
-LPCSTR sim310 = LPGEN("Delete RSA Key");
-LPCSTR sim311[] = { LPGEN("SecureIM mode (Native)"),
- LPGEN("SecureIM mode (PGP)"),
- LPGEN("SecureIM mode (GPG)"),
- LPGEN("SecureIM mode (RSA/AES)"),
- LPGEN("SecureIM mode (RSA)") };
-LPCSTR sim312[] = { LPGEN("SecureIM status (disabled)"),
- LPGEN("SecureIM status (enabled)"),
- LPGEN("SecureIM status (always try)") };
+LPCWSTR sim301 = LPGENW("Create SecureIM connection");
+LPCWSTR sim302 = LPGENW("Disable SecureIM connection");
+LPCWSTR sim306 = LPGENW("Load PGP Key");
+LPCWSTR sim307 = LPGENW("Unload PGP Key");
+LPCWSTR sim308 = LPGENW("Load GPG Key");
+LPCWSTR sim309 = LPGENW("Unload GPG Key");
+LPCWSTR sim310 = LPGENW("Delete RSA Key");
+LPCWSTR sim311[] = { LPGENW("SecureIM mode (Native)"),
+ LPGENW("SecureIM mode (PGP)"),
+ LPGENW("SecureIM mode (GPG)"),
+ LPGENW("SecureIM mode (RSA/AES)"),
+ LPGENW("SecureIM mode (RSA)") };
+LPCWSTR sim312[] = { LPGENW("SecureIM status (disabled)"),
+ LPGENW("SecureIM status (enabled)"),
+ LPGENW("SecureIM status (always try)") };
//System messages
LPCSTR sim401 = LPGEN("SecureIM: Sorry, unable to decrypt this message because you have no PGP/GPG installed. Visit www.pgp.com or www.gnupg.org for more info.");