diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-04-08 15:33:05 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-04-08 15:33:05 +0000 |
commit | 631745c2072032eed7d0600442e966e35e4a8355 (patch) | |
tree | 9fff7d8df79e3d4d4a1a6fd9d827f80c2ea80178 /plugins/FingerprintNG | |
parent | e2db563ee72872ae81b6e752015e42a6dddcceac (diff) |
- FingerprintNG - option description fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@4391 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FingerprintNG')
-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 e1a44e4e1c..6aff36f6ab 100644 --- a/plugins/FingerprintNG/res/resource.rc +++ b/plugins/FingerprintNG/res/resource.rc @@ -93,7 +93,7 @@ BEGIN CONTROL "Multi-protocol clients",IDC_GROUP_MULTI,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,170,90,120,10
CONTROL "Other (rare) protocols",IDC_GROUP_OTHER_PROTOS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,170,100,120,10
CONTROL "Other icons",IDC_GROUP_OTHERS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,170,110,120,10
- CONTROL "Show client icon in 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,226,10
END
|