diff options
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
{
|