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/NewXstatusNotify/src/indsnd.h | 2 +- plugins/NewXstatusNotify/src/xstatus.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/NewXstatusNotify/src') diff --git a/plugins/NewXstatusNotify/src/indsnd.h b/plugins/NewXstatusNotify/src/indsnd.h index 010d973ec7..a95e076cd9 100644 --- a/plugins/NewXstatusNotify/src/indsnd.h +++ b/plugins/NewXstatusNotify/src/indsnd.h @@ -32,7 +32,7 @@ #define STATUS_COLUMN 110 -#define DEFAULT_SOUND "(default sound)" +#define DEFAULT_SOUND LPGEN("(default sound)") int UserInfoInitialise(WPARAM wParam, LPARAM lParam); INT_PTR CALLBACK DlgProcFiltering(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam); diff --git a/plugins/NewXstatusNotify/src/xstatus.h b/plugins/NewXstatusNotify/src/xstatus.h index 5dfcdc346d..4e7aabc9a0 100644 --- a/plugins/NewXstatusNotify/src/xstatus.h +++ b/plugins/NewXstatusNotify/src/xstatus.h @@ -51,7 +51,7 @@ #define DEFAULT_POPUP_NEW TranslateT("changed %N to: %T%D%I") #define DEFAULT_POPUP_CHANGEMSG TranslateT("changed %N message to:%D%I") #define DEFAULT_POPUP_REMOVE TranslateT("removed %N") -#define DEFAULT_POPUP_STATUSMESSAGE "changed his/her status message to %n" +#define DEFAULT_POPUP_STATUSMESSAGE LPGEN("changed his/her status message to %n") #define DEFAULT_LOG_DELIMITER _T(": ") #define DEFAULT_LOG_NEW TranslateT("changed %N @ %T%D%I") -- cgit v1.2.3