From 6566cf16d616e8920c995e631e79601d4c856ceb Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Thu, 3 Apr 2014 21:02:30 +0000 Subject: minor cosmetics git-svn-id: http://svn.miranda-ng.org/main/trunk@8844 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/res/chat.rc | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'plugins/TabSRMM/res/chat.rc') diff --git a/plugins/TabSRMM/res/chat.rc b/plugins/TabSRMM/res/chat.rc index ae0e1e9258..6f391b392b 100644 --- a/plugins/TabSRMM/res/chat.rc +++ b/plugins/TabSRMM/res/chat.rc @@ -195,7 +195,7 @@ BEGIN "Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,164,279,10 CONTROL "Do not show popups when the channel window is not open",IDC_NOPOPUPSFORCLOSEDWINDOWS, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,176,282,10 - LTEXT "Highlight event",IDC_STATIC,44,139,68,12 + LTEXT "Highlight event",IDC_STATIC,42,139,100,12 COMBOBOX IDC_LOGICONTYPE,12,204,171,38,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP LTEXT "Line markers in the message log",IDC_STATIC,14,193,257,10 END @@ -287,6 +287,13 @@ BEGIN HORZGUIDE, 150 HORZGUIDE, 174 END + + IDD_OPTIONS3, DIALOG + BEGIN + VERTGUIDE, 32 + VERTGUIDE, 42 + VERTGUIDE, 142 + END END #endif // APSTUDIO_INVOKED @@ -349,7 +356,7 @@ BEGIN MENUITEM "", 65535 POPUP "Message" BEGIN - MENUITEM "Undo", ID_MESSAGE_UNDO, GRAYED + MENUITEM "Undo", ID_MESSAGE_UNDO, GRAYED MENUITEM "Redo", ID_MESSAGE_REDO, GRAYED MENUITEM SEPARATOR MENUITEM "Copy", ID_MESSAGE_COPY, GRAYED -- cgit v1.2.3