diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-10-06 13:19:44 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-10-06 13:19:44 +0000 |
commit | d75dd2044afb15f55f231902ce5bb7e1aae717ea (patch) | |
tree | b882be71a92d3699efb8c0996b3b8d573eff570f /plugins/Clist_modern/res | |
parent | 74bbe14fb8a018a65f89d28386eb3e88edfd0516 (diff) |
typo fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@6374 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/res')
-rw-r--r-- | plugins/Clist_modern/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/res/resource.rc b/plugins/Clist_modern/res/resource.rc index 52441d36a9..bed82122c8 100644 --- a/plugins/Clist_modern/res/resource.rc +++ b/plugins/Clist_modern/res/resource.rc @@ -699,7 +699,7 @@ BEGIN "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,119,246,8
CONTROL "Ignore size for row height calcs",IDC_IGNORE_SIZE,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,68,246,8
- CONTROL "Resize smileys and 'Listining to' icon",IDC_RESIZE_SMILEYS,
+ CONTROL "Resize smileys and 'Listening to' icon",IDC_RESIZE_SMILEYS,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,107,232,8
CONTROL "Align to right",IDC_ALIGN_RIGHT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,55,246,8
COMBOBOX IDC_ALIGNGROUPCOMBO,6,24,140,45,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
|