From d1534023fd7070dc07e5bfc93521049687803271 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sat, 16 Feb 2013 12:49:44 +0000 Subject: - translation fixes (patch from person) git-svn-id: http://svn.miranda-ng.org/main/trunk@3617 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ExternalAPI/m_popup2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/ExternalAPI') 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 { -- cgit v1.2.3