diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2014-04-03 21:02:30 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2014-04-03 21:02:30 +0000 |
commit | 6566cf16d616e8920c995e631e79601d4c856ceb (patch) | |
tree | 13b1e605e044ed07ebbf7556c4735fbad9276ec9 | |
parent | 9149e4c655c6e810ed9cb7a85b8be0eedb201a66 (diff) |
minor cosmetics
git-svn-id: http://svn.miranda-ng.org/main/trunk@8844 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/TabSRMM/res/chat.rc | 11 |
1 files changed, 9 insertions, 2 deletions
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
|