diff options
| author | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2009-05-01 05:57:23 +0000 |
|---|---|---|
| committer | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2009-05-01 05:57:23 +0000 |
| commit | 1460301afa7a98175e116b264d70351a62dc95b7 (patch) | |
| tree | 0a8d21553a832066b087a837aea241bbc20d6c52 /Plugins/extraicons/resource.rc | |
| parent | 1384fbb1943d788c3d81aecc979c90fd3eb8b423 (diff) | |
extraicons: 0.2.1.0
* Fix for multi selection in Windows Vista
+ CTRL now deselects too
git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@172 c086bb3d-8645-0410-b8da-73a8550f86e7
Diffstat (limited to 'Plugins/extraicons/resource.rc')
| -rw-r--r-- | Plugins/extraicons/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugins/extraicons/resource.rc b/Plugins/extraicons/resource.rc index 0ca7b35..22cbf02 100644 --- a/Plugins/extraicons/resource.rc +++ b/Plugins/extraicons/resource.rc @@ -39,7 +39,7 @@ BEGIN WS_TABSTOP,1,24,274,160
LTEXT "* only the first %d icons will be shown",
IDC_MAX_ICONS_L,1,190,274,13,NOT WS_VISIBLE
- LTEXT "You can group/ungroup icons by selecting then and using the popup menu",
+ LTEXT "You can group/ungroup icons by selecting then (CTRL+left click) and using the popup menu (right click)",
IDC_STATIC,1,208,274,20
END
|
