diff options
author | George Hazan <george.hazan@gmail.com> | 2013-04-11 13:17:15 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-04-11 13:17:15 +0000 |
commit | 8725517f626b8c7c43e3800ad7dcae99cec0649c (patch) | |
tree | bb3be877f6d8192627fc6a8777d5668441a21174 /plugins/TabSRMM/src/msglog.cpp | |
parent | c9bebf6848647397c70c2e7a1f93e88f052c0efe (diff) |
Unicode, auto-translatable tooltips for Srmm icons
git-svn-id: http://svn.miranda-ng.org/main/trunk@4423 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/msglog.cpp')
-rw-r--r-- | plugins/TabSRMM/src/msglog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/TabSRMM/src/msglog.cpp b/plugins/TabSRMM/src/msglog.cpp index 9fae10db4e..f8a35f26cd 100644 --- a/plugins/TabSRMM/src/msglog.cpp +++ b/plugins/TabSRMM/src/msglog.cpp @@ -40,7 +40,7 @@ struct TCpTable cpTable[] = { { 950, LPGENT("Traditional Chinese") },
{ 1250, LPGENT("Central European") },
{ 1251, LPGENT("Cyrillic") },
- { 20866,LPGENT("Cyrillic KOI8-R") },
+ { 20866, LPGENT("Cyrillic KOI8-R") },
{ 1252, LPGENT("Latin I") },
{ 1253, LPGENT("Greek") },
{ 1254, LPGENT("Turkish") },
@@ -71,7 +71,7 @@ static TCHAR *szYourName = NULL; static int logPixelSY;
static TCHAR szToday[22], szYesterday[22];
-char rtfFontsGlobal[MSGDLGFONTCOUNT + 2][RTFCACHELINESIZE];
+char rtfFontsGlobal[MSGDLGFONTCOUNT + 2][RTFCACHELINESIZE];
char *rtfFonts;
LOGFONTA logfonts[MSGDLGFONTCOUNT + 2];
|