From fc64dc4c81080c920eacdfb2fc23b24a7fef2f02 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 10 May 2015 17:07:41 +0000 Subject: removed translation from strings in debug mode git-svn-id: http://svn.miranda-ng.org/main/trunk@13510 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Popup/src/actions.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins') diff --git a/plugins/Popup/src/actions.cpp b/plugins/Popup/src/actions.cpp index d47f593bbc..d731bd9e80 100644 --- a/plugins/Popup/src/actions.cpp +++ b/plugins/Popup/src/actions.cpp @@ -46,9 +46,9 @@ void LoadActions() // remove popup action #if defined(_DEBUG) - { sizeof(POPUPACTION), IcoLib_GetIcon(ICO_POPUP_ON, 0), LPGEN("Popup Plus")"/"LPGEN("Test action"), PAF_ENABLED }, - { sizeof(POPUPACTION), IcoLib_GetIcon(ICO_ACT_CLOSE, 0), LPGEN("Popup Plus")"/"LPGEN("Second test action"), 0 }, - { sizeof(POPUPACTION), LoadSkinnedIcon(SKINICON_OTHER_MIRANDA), LPGEN("Popup Plus")"/"LPGEN("One more action"), PAF_ENABLED }, + { sizeof(POPUPACTION), IcoLib_GetIcon(ICO_POPUP_ON, 0), "Popup Plus/Test action", PAF_ENABLED }, + { sizeof(POPUPACTION), IcoLib_GetIcon(ICO_ACT_CLOSE, 0), "Popup Plus/Second test action", 0 }, + { sizeof(POPUPACTION), LoadSkinnedIcon(SKINICON_OTHER_MIRANDA), "Popup Plus/One more action", PAF_ENABLED }, #endif }; -- cgit v1.2.3