new image added

cusax-fix
Yana Stamcheva 18 years ago
parent 2f08fc694b
commit e48c9eea04

@ -236,6 +236,13 @@ public class ImageLoader {
public static final ImageID QUICK_MENU_SHOW_OFFLINE_ICON
= new ImageID("QUICK_MENU_SHOW_OFFLINE_ICON");
/**
* The icon on the "Hide/Show offline contacts" button in the
* <tt>QuickMenu</tt>.
*/
public static final ImageID QUICK_MENU_HIDE_OFFLINE_ICON
= new ImageID("QUICK_MENU_HIDE_OFFLINE_ICON");
/**
* The icon on the "Info" button in the <tt>QuickMenu</tt>.
*/

@ -7,6 +7,7 @@ QUICK_MENU_INFO_ICON=resources/images/impl/gui/buttons/infoIcon.png
QUICK_MENU_BUTTON_BG=resources/images/impl/gui/buttons/quickMenuButtonBg.png
QUICK_MENU_BUTTON_ROLLOVER_BG=resources/images/impl/gui/buttons/quickMenuButtonRolloverBg.png
QUICK_MENU_SHOW_OFFLINE_ICON=resources/images/impl/gui/buttons/showOffline.png
QUICK_MENU_HIDE_OFFLINE_ICON=resources/images/impl/gui/buttons/hideOffline.png
QUICK_MENU_SOUND_ON_ICON=resources/images/impl/gui/buttons/soundOn.png
QUICK_MENU_SOUND_OFF_ICON=resources/images/impl/gui/buttons/soundOff.png

Loading…
Cancel
Save