diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-03-25 16:44:51 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-03-25 16:44:51 +0000 |
commit | 3d411171eba820bffa2998f2442c197a553153f4 (patch) | |
tree | 465217ee7cac95efdccc2106b8f70d0897d68638 /plugins/VersionInfo/res | |
parent | 3411eb3cff54b0cc315058d21c2ebb3f295ea521 (diff) |
- resource cosmetics (patch from person)
git-svn-id: http://svn.miranda-ng.org/main/trunk@4189 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/VersionInfo/res')
-rw-r--r-- | plugins/VersionInfo/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/VersionInfo/res/resource.rc b/plugins/VersionInfo/res/resource.rc index 9af9a50df0..58ed3ad245 100644 --- a/plugins/VersionInfo/res/resource.rc +++ b/plugins/VersionInfo/res/resource.rc @@ -77,7 +77,7 @@ BEGIN CONTROL "Highlight version number using",IDC_BOLDVERSION,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,5,153,216,10
COMBOBOX IDC_BOLDCOMBOBOX,252,153,61,37,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
CONTROL "Show disabled plugins too",IDC_DISABLEDTOO,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,5,164,232,10
- CONTROL "Attempt to find unloadable plugins (doesn't work on Windows 98)",IDC_CHECKUNLOADABLE,
+ CONTROL "Attempt to find unloadable plugins",IDC_CHECKUNLOADABLE,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,5,174,272,10
CONTROL "Suppress header information",IDC_SUPPRESSHEADER,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,5,184,274,10
CONTROL "Enable debug messages",IDC_DEBUG,"Button",BS_AUTOCHECKBOX | NOT WS_VISIBLE | WS_DISABLED | WS_TABSTOP,220,207,93,10
|