From f4c13c73bf781e48707a3ffc2aad182bb055a4e2 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Sat, 19 Jan 2013 17:48:42 +0000 Subject: cleaner version of previous commits git-svn-id: http://svn.miranda-ng.org/main/trunk@3175 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SMS/src/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/SMS/src/options.cpp') diff --git a/plugins/SMS/src/options.cpp b/plugins/SMS/src/options.cpp index 3ad176f351..5ebe06f253 100644 --- a/plugins/SMS/src/options.cpp +++ b/plugins/SMS/src/options.cpp @@ -37,7 +37,7 @@ INT_PTR CALLBACK DlgProcEditorOptions(HWND hWndDlg, UINT msg, WPARAM wParam, LPA TranslateDialogDefault(hWndDlg); if (DB_SMS_GetStaticStringW(NULL,"Signature",wszSign,SIZEOF(wszSign),NULL)==FALSE) - mir_sntprintf(wszSign,SIZEOF(wszSign),TranslateW(_T("From %s:\r\n\r\n")),GetContactNameW(NULL)); + mir_sntprintf(wszSign,SIZEOF(wszSign),TranslateT("From %s:\r\n\r\n"),GetContactNameW(NULL)); SET_DLG_ITEM_TEXTW(hWndDlg,IDC_SIGNATURE,wszSign); { -- cgit v1.2.3