diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-11-29 18:47:40 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-11-29 18:47:40 +0000 |
commit | b882e97b1c857d9890fd6023621ebbf6d1169863 (patch) | |
tree | 6bc2619ddf6708aa5203c3533e599a354bb586ec /src/core/stdchat/res | |
parent | d6138a6c47cdd79ca7734d092b08a85876af269c (diff) |
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
Diffstat (limited to 'src/core/stdchat/res')
-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
|