diff options
author | dartraiden <wowemuh@gmail.com> | 2018-07-16 02:20:19 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-07-16 02:20:19 +0300 |
commit | aebb5bf87082a92c82feb9a8447fcbced9275ae2 (patch) | |
tree | 17c9c0304541a449b52472a4746922e4bb9193ec /plugins/TabSRMM/res | |
parent | 9a026ae3044febc674bd993a4a8a4abf7ca99470 (diff) |
Unify special keys names
Diffstat (limited to 'plugins/TabSRMM/res')
-rw-r--r-- | plugins/TabSRMM/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/res/resource.rc b/plugins/TabSRMM/res/resource.rc index 22ff1700a6..589859ba73 100644 --- a/plugins/TabSRMM/res/resource.rc +++ b/plugins/TabSRMM/res/resource.rc @@ -348,7 +348,7 @@ BEGIN EDITTEXT IDC_CUT_TITLEMAX,166,208,30,12,ES_AUTOHSCROLL
CONTROL "",IDC_CUT_TITLEMAXSPIN,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS,191,208,11,13
LTEXT "characters",IDC_STATIC,202,210,88,9
- LTEXT "ESC key behavior",IDC_STATIC,8,161,135,9
+ LTEXT "Esc key behavior",IDC_STATIC,8,161,135,9
COMBOBOX IDC_ESCMODE,8,172,291,46,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
END
|