diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-10 10:05:19 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-10 10:05:19 +0000 |
commit | 916b8258d0b19454eb901598efe2c940856241a9 (patch) | |
tree | ebd12d1d9cf70d1968505e7e43dfbbc53caec2c5 /plugins/Clist_blind/res | |
parent | 82f8985ba867765a08479a8211f9e5340c5878fa (diff) |
- Clist_blind: miranda_ver fix and cosmetic
git-svn-id: http://svn.miranda-ng.org/main/trunk@3034 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_blind/res')
-rw-r--r-- | plugins/Clist_blind/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_blind/res/resource.rc b/plugins/Clist_blind/res/resource.rc index 329c027e2f..e11a281a06 100644 --- a/plugins/Clist_blind/res/resource.rc +++ b/plugins/Clist_blind/res/resource.rc @@ -247,7 +247,7 @@ BEGIN BS_AUTOCHECKBOX | WS_TABSTOP,22,63,142,10
CONTROL "Right click opens status menu",IDC_RIGHTSTATUS,"Button",
BS_AUTORADIOBUTTON,22,160,142,10
- CONTROL "Right click opens Miranda IM menu",IDC_RIGHTMIRANDA,
+ CONTROL "Right click opens Miranda NG menu",IDC_RIGHTMIRANDA,
"Button",BS_AUTORADIOBUTTON,22,147,142,10
CONTROL "Make sections equal width",IDC_EQUALSECTIONS,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,22,78,142,10
|