From 125d5bac9e4e10a4ac585df5840199739f88df32 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 27 Jan 2014 13:31:25 +0000 Subject: revert #n+1 of nicklist colors in chats git-svn-id: http://svn.miranda-ng.org/main/trunk@7915 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/chat/options.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/TabSRMM/src/chat/options.cpp') diff --git a/plugins/TabSRMM/src/chat/options.cpp b/plugins/TabSRMM/src/chat/options.cpp index 42b2baf55c..c946b3ab70 100644 --- a/plugins/TabSRMM/src/chat/options.cpp +++ b/plugins/TabSRMM/src/chat/options.cpp @@ -563,9 +563,9 @@ INT_PTR CALLBACK DlgProcOptions1(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM static TCHAR* chatcolorsnames[] = { - LPGENT("Channel operators"), - LPGENT("Half operators"), LPGENT("Voiced"), + LPGENT("Half operators"), + LPGENT("Channel operators"), LPGENT("Extended mode 1"), LPGENT("Extended mode 2"), LPGENT("Selection background"), -- cgit v1.2.3