diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2016-03-12 18:52:51 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2016-03-12 18:52:51 +0000 |
commit | 2d6625a0f4c684662671c969aea74a6e17ac54d8 (patch) | |
tree | 476682a48f88ac7b5e270850e899fc5a0261892a /plugins/SmileyAdd/res | |
parent | a0420b520220a2b7b63d9199de36e168a6d59944 (diff) |
Smileyadd: Changed "Disable" to "Enable" in options dialog
git-svn-id: http://svn.miranda-ng.org/main/trunk@16474 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SmileyAdd/res')
-rw-r--r-- | plugins/SmileyAdd/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SmileyAdd/res/resource.rc b/plugins/SmileyAdd/res/resource.rc index 0a231f4344..952c2475a1 100644 --- a/plugins/SmileyAdd/res/resource.rc +++ b/plugins/SmileyAdd/res/resource.rc @@ -67,7 +67,7 @@ BEGIN CONTROL "Enable smileys",IDC_INPUTSMILEYS,"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,15,226,130,8
CONTROL "Don't replace at cursor",IDC_DCURSORSMILEY,"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,15,237,130,8
GROUPBOX "Built-in message dialog support",IDC_STATIC,155,213,162,36
- CONTROL "Disable",IDC_PLUGENABLED,"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,240,222,69,12
+ CONTROL "Enable",IDC_PLUGENABLED,"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,240,222,69,12
COMBOBOX IDC_SMLBUT,159,233,60,35,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
LTEXT "Smiley button",IDC_STATIC,161,223,72,8
CONTROL "Surround inserted smiley with spaces",IDC_APPENDSPACES,
|