diff options
author | slotwin <slotwin@users.noreply.github.com> | 2014-06-08 17:30:50 +0000 |
---|---|---|
committer | slotwin <slotwin@users.noreply.github.com> | 2014-06-08 17:30:50 +0000 |
commit | ba52e0ca7c8cc2903536fa8fa6b0150bb4069d1f (patch) | |
tree | 2749b61a8a87d4ee567a906e8fd9c58d2bc25744 /plugins/Clist_modern/res/resource.rc | |
parent | 2f7760a079e0f1fd713ed46c58239e47b8f7f65a (diff) |
Clist_modern: add icons to menu items
add icons to IcoLib
remove unused code
proper capitalization
git-svn-id: http://svn.miranda-ng.org/main/trunk@9425 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/res/resource.rc')
-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 fab7494262..cdf7ceb50d 100644 --- a/plugins/Clist_modern/res/resource.rc +++ b/plugins/Clist_modern/res/resource.rc @@ -29,7 +29,7 @@ LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT // remains consistent on all systems.
IDI_HIDE_AVATAR ICON "hide_avatar.ico"
IDI_SHOW_AVATAR ICON "show_avatar.ico"
-IDI_NEWGROUP2 ICON "addgoupp.ico"
+IDI_NEWGROUP2 ICON "addgroup.ico"
IDI_LISTENING_TO ICON "listening_to.ico"
IDI_FAVORITE_0 ICON "rate_none.ico"
IDI_FAVORITE_1 ICON "rate_low.ico"
|