diff options
author | dartraiden <wowemuh@gmail.com> | 2018-05-14 16:46:18 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-05-18 15:04:06 +0300 |
commit | dd185a629564030f386b9c54d225f06ca5c6071d (patch) | |
tree | f692787b927078b09d3acc47ff584f2e73f5c50c /src | |
parent | 81c8606dd9aa39067353354aa4523be84ef51fd1 (diff) |
small fix
Diffstat (limited to 'src')
-rw-r--r-- | src/core/stdmsg/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stdmsg/res/resource.rc b/src/core/stdmsg/res/resource.rc index 9acdd24f88..78770d7b6a 100644 --- a/src/core/stdmsg/res/resource.rc +++ b/src/core/stdmsg/res/resource.rc @@ -61,7 +61,7 @@ BEGIN CONTROL "Send message on double 'Enter'",IDC_SENDONDBLENTER,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,148,166,149,10
CONTROL "Send message on 'Enter'",IDC_SENDONENTER,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,148,179,152,10
- CONTROL "Send message on 'Ctrl-Enter'",IDC_SENDONCTRLENTER, "Button",BS_AUTORADIOBUTTON | WS_TABSTOP,148,192,152,10
+ CONTROL "Send message on 'Ctrl+Enter'",IDC_SENDONCTRLENTER, "Button",BS_AUTORADIOBUTTON | WS_TABSTOP,148,192,152,10
LTEXT "Show warning when message has not been received after",IDC_STATIC,8,208,211,8
EDITTEXT IDC_SECONDS,223,206,25,12,ES_AUTOHSCROLL
|