diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-02-16 12:49:44 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-02-16 12:49:44 +0000 |
commit | d1534023fd7070dc07e5bfc93521049687803271 (patch) | |
tree | 86b15d964108d25731b9069af48cd60632d14ead /plugins/ExternalAPI/m_popup2.h | |
parent | 17f17b727b3a1fb59faa69fead5df25a0d3b7468 (diff) |
- translation fixes (patch from person)
git-svn-id: http://svn.miranda-ng.org/main/trunk@3617 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ExternalAPI/m_popup2.h')
-rw-r--r-- | plugins/ExternalAPI/m_popup2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ExternalAPI/m_popup2.h b/plugins/ExternalAPI/m_popup2.h index d88607a155..85e9afc1d0 100644 --- a/plugins/ExternalAPI/m_popup2.h +++ b/plugins/ExternalAPI/m_popup2.h @@ -305,8 +305,8 @@ Returns: handle of registered notification or sero on failure #define PNAF_CALLBACK 0x01
-#define POPUP_ACTION_NOTHING "Do nothing"
-#define POPUP_ACTION_DISMISS "Dismiss popup"
+#define POPUP_ACTION_NOTHING LPGEN("Do nothing")
+#define POPUP_ACTION_DISMISS LPGEN("Dismiss popup")
typedef struct
{
|