diff options
Diffstat (limited to 'src/core/stdchat')
-rw-r--r-- | src/core/stdchat/res/chat.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/stdchat/res/chat.rc b/src/core/stdchat/res/chat.rc index a6bebda88a..45063bf809 100644 --- a/src/core/stdchat/res/chat.rc +++ b/src/core/stdchat/res/chat.rc @@ -150,7 +150,7 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- GROUPBOX "Log Options",IDC_STATIC,1,1,294,134
+ GROUPBOX "Log options",IDC_STATIC,1,1,294,134
EDITTEXT IDC_OUTSTAMP,10,19,35,14,ES_AUTOHSCROLL
EDITTEXT IDC_INSTAMP,60,19,35,14,ES_AUTOHSCROLL
LTEXT "Log timestamp",IDC_STATIC,205,11,81,8
@@ -425,7 +425,7 @@ BEGIN MENUITEM "Copy", ID_MESSAGE_COPY, GRAYED
MENUITEM "Cut", ID_MESSAGE_CUT, GRAYED
MENUITEM "Paste", ID_MESSAGE_PASTE
- MENUITEM "Select All", ID_MESSAGE_SELECTALL
+ MENUITEM "Select all", ID_MESSAGE_SELECTALL
MENUITEM SEPARATOR
MENUITEM "Clear", ID_MESSAGE_CLEAR
END
|