diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-11-24 23:17:29 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-11-24 23:17:29 +0000 |
commit | c5dbd8eff42c4d7ab155029c4d7cc2a8e41321e2 (patch) | |
tree | c5e9c1d2516380e2b32aa6306b6c5b4604baf8ad /plugins/FingerprintNG/res | |
parent | 5f3e3abd23f5ec503976885a073aae2c2a276ade (diff) |
Fingerprint: resource cosmetic
git-svn-id: http://svn.miranda-ng.org/main/trunk@11049 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FingerprintNG/res')
-rw-r--r-- | plugins/FingerprintNG/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/FingerprintNG/res/resource.rc b/plugins/FingerprintNG/res/resource.rc index f8f6e2047b..f9f4c607b3 100644 --- a/plugins/FingerprintNG/res/resource.rc +++ b/plugins/FingerprintNG/res/resource.rc @@ -95,7 +95,7 @@ BEGIN CONTROL "Multi-protocol clients",IDC_GROUP_MULTI,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,170,110,120,10
CONTROL "Other (rare) protocols",IDC_GROUP_OTHER_PROTOS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,170,120,120,10
CONTROL "Other icons",IDC_GROUP_OTHERS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,170,130,120,10
- CONTROL "Show client icon in message window status bar",IDC_STATUSBAR,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,20,220,226,10
+ CONTROL "Show client icon in message window status bar",IDC_STATUSBAR,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,20,220,236,10
END
|