From 598a2a041fd1a1a04dc0b65ec279725b4850e368 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Thu, 31 Jan 2013 06:00:19 +0000 Subject: removed not needed spaces git-svn-id: http://svn.miranda-ng.org/main/trunk@3375 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_modern/src/modern_statusbar_options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Clist_modern') diff --git a/plugins/Clist_modern/src/modern_statusbar_options.cpp b/plugins/Clist_modern/src/modern_statusbar_options.cpp index 0fbf3136f2..48ddf71bc4 100644 --- a/plugins/Clist_modern/src/modern_statusbar_options.cpp +++ b/plugins/Clist_modern/src/modern_statusbar_options.cpp @@ -179,7 +179,7 @@ INT_PTR CALLBACK DlgProcSBarOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM l dat = (StatusBarProtocolOptions*)mir_alloc(sizeof(StatusBarProtocolOptions)*count); SetWindowLongPtr(GetDlgItem(hwndDlg,IDC_STATUSBAR_PROTO_LIST),GWLP_USERDATA,(LONG_PTR)dat); - SendMessage(hwndComboBox, CB_ADDSTRING, 0, (LPARAM)TranslateT(" << Global>>")); + SendMessage(hwndComboBox, CB_ADDSTRING, 0, (LPARAM)TranslateT("<>")); SendMessage(hwndComboBox, CB_SETITEMDATA, 0, 0); for (int i=0; i < count; i++ ) { -- cgit v1.2.3