diff options
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
|