summaryrefslogtreecommitdiff
path: root/src/resource.rc
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2015-05-17 22:20:06 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2015-05-17 22:20:06 +0000
commit127a156c3d759bf71d887331f1dba440d8dcddf7 (patch)
tree7d64cc0e679f294bb0a0c7ea023a79a951f5b4ad /src/resource.rc
parentebec815cdd684a3826ff81d66481d0da206de7ba (diff)
Changed "Disable icons" to "Enable icons"
git-svn-id: http://svn.miranda-ng.org/main/trunk@13668 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/resource.rc')
-rw-r--r--src/resource.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resource.rc b/src/resource.rc
index f7279c6178..11bb217691 100644
--- a/src/resource.rc
+++ b/src/resource.rc
@@ -500,7 +500,7 @@ BEGIN
EDITTEXT IDC_GENMENU_CUSTOMNAME,36,215,108,14,ES_AUTOHSCROLL | WS_DISABLED
PUSHBUTTON "Default",IDC_GENMENU_DEFAULT,18,234,55,15,WS_DISABLED
PUSHBUTTON "Set",IDC_GENMENU_SET,78,234,55,15,WS_DISABLED
- CONTROL "Disable icons",IDC_DISABLEMENUICONS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,156,234,91,10
+ CONTROL "Enable icons",IDC_DISABLEMENUICONS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,156,234,91,10
PUSHBUTTON "Reset",IDC_RESETMENU,254,230,50,14
END