From b882e97b1c857d9890fd6023621ebbf6d1169863 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Fri, 29 Nov 2013 18:47:40 +0000 Subject: another portion of decapitalization in the core (2/5) git-svn-id: http://svn.miranda-ng.org/main/trunk@7014 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/core/stdchat/res/chat.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/stdchat') 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 -- cgit v1.2.3