diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-08-05 14:11:12 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-08-05 14:11:12 +0000 |
commit | 18a381e82a1fb4df42659c53d1b7b1804688049a (patch) | |
tree | 29930f92d26a8f6aaa8e54679e09e26f861f9436 /plugins/TipperYM/src/popwin.cpp | |
parent | 64453022c1209aea6ffc534cee4e0f7b52535b76 (diff) |
'xStatus' correction
git-svn-id: http://svn.miranda-ng.org/main/trunk@10071 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TipperYM/src/popwin.cpp')
-rw-r--r-- | plugins/TipperYM/src/popwin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/TipperYM/src/popwin.cpp b/plugins/TipperYM/src/popwin.cpp index 2568132110..192a451d0d 100644 --- a/plugins/TipperYM/src/popwin.cpp +++ b/plugins/TipperYM/src/popwin.cpp @@ -152,7 +152,7 @@ LRESULT CALLBACK PopupWindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lPa swzAdvTitle = GetProtoExtraStatusTitle(pwd->clcit.szProto);
if (swzAdvTitle) {
StripBBCodesInPlace(swzAdvTitle);
- AddRow(pwd, TranslateT("XStatus:"), swzAdvTitle, pwd->clcit.szProto, true, false, true);
+ AddRow(pwd, TranslateT("xStatus:"), swzAdvTitle, pwd->clcit.szProto, true, false, true);
}
// xstatus message
@@ -1567,7 +1567,7 @@ LRESULT CALLBACK PopupWindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lPa swzAdvTitle = GetProtoExtraStatusTitle(pa->szModuleName);
if (swzAdvTitle) {
StripBBCodesInPlace(swzAdvTitle);
- AddRow(pwd, TranslateT("XStatus:"), swzAdvTitle, pa->szModuleName, true, false, false);
+ AddRow(pwd, TranslateT("xStatus:"), swzAdvTitle, pa->szModuleName, true, false, false);
mir_free(swzAdvTitle);
}
|