From 378f689c0e7756fb504109604ab095ffad5faadb Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sat, 19 Jan 2013 19:18:18 +0000 Subject: - Another portion of _T replacement (patch from person) git-svn-id: http://svn.miranda-ng.org/main/trunk@3176 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Scriver/src/chat/window.cpp | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'plugins/Scriver/src/chat/window.cpp') diff --git a/plugins/Scriver/src/chat/window.cpp b/plugins/Scriver/src/chat/window.cpp index 2e60fa30da..ccc59410b8 100644 --- a/plugins/Scriver/src/chat/window.cpp +++ b/plugins/Scriver/src/chat/window.cpp @@ -44,18 +44,18 @@ static WNDPROC OldFilterButtonProc; static WNDPROC OldLogProc; static ToolbarButton toolbarButtons[] = { - {_T("Bold"), IDC_CHAT_BOLD, 0, 4, 24}, - {_T("Italic"), IDC_CHAT_ITALICS, 0, 0, 24}, - {_T("Underline"), IDC_CHAT_UNDERLINE, 0, 0, 24}, - {_T("Text color"), IDC_CHAT_COLOR, 0, 0, 24}, - {_T("Background color"), IDC_CHAT_BKGCOLOR, 0, 0, 24}, -// {_T("Font size"), IDC_CHAT_FONTSIZE, 0, 0, 48}, - {_T("Smiley"), IDC_CHAT_SMILEY, 0, 8, 24}, - {_T("History"), IDC_CHAT_HISTORY, 1, 0, 24}, - {_T("Filter"), IDC_CHAT_FILTER, 1, 0, 24}, - {_T("Manager"), IDC_CHAT_CHANMGR, 1, 0, 24}, - {_T("Nick list"), IDC_CHAT_SHOWNICKLIST, 1, 0, 24}, - {_T("Send"), IDOK, 1, 0, 38}, + {LPGENT("Bold"), IDC_CHAT_BOLD, 0, 4, 24}, + {LPGENT("Italic"), IDC_CHAT_ITALICS, 0, 0, 24}, + {LPGENT("Underline"), IDC_CHAT_UNDERLINE, 0, 0, 24}, + {LPGENT("Text color"), IDC_CHAT_COLOR, 0, 0, 24}, + {LPGENT("Background color"), IDC_CHAT_BKGCOLOR, 0, 0, 24}, +// {LPGENT("Font size"), IDC_CHAT_FONTSIZE, 0, 0, 48}, + {LPGENT("Smiley"), IDC_CHAT_SMILEY, 0, 8, 24}, + {LPGENT("History"), IDC_CHAT_HISTORY, 1, 0, 24}, + {LPGENT("Filter"), IDC_CHAT_FILTER, 1, 0, 24}, + {LPGENT("Manager"), IDC_CHAT_CHANMGR, 1, 0, 24}, + {LPGENT("Nick list"), IDC_CHAT_SHOWNICKLIST, 1, 0, 24}, + {LPGENT("Send"), IDOK, 1, 0, 38}, }; typedef struct -- cgit v1.2.3