diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-12-24 11:35:29 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-12-24 11:35:29 +0000 |
commit | e1ed4419f6fdc6562627e2606aaf48a57148fc3d (patch) | |
tree | 80655232468b058be8ba5b00b61200943eb8b9bc /plugins/NewXstatusNotify/src | |
parent | 03fcbb9002dd64e71c640bf1091b2614778c8559 (diff) |
translation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@7367 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewXstatusNotify/src')
-rw-r--r-- | plugins/NewXstatusNotify/src/popup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewXstatusNotify/src/popup.h b/plugins/NewXstatusNotify/src/popup.h index d4f0768a2c..784ea05973 100644 --- a/plugins/NewXstatusNotify/src/popup.h +++ b/plugins/NewXstatusNotify/src/popup.h @@ -35,7 +35,7 @@ #define PCA_OPENHISTORY 4 // open contact history
#define PCA_DONOTHING 5 // do nothing
-#define STRING_SHOWPREVIOUSSTATUS _T("(was %s)")
+#define STRING_SHOWPREVIOUSSTATUS LPGENT("(was %s)")
static struct {
TCHAR *Text;
|