configuration frame improvements

cusax-fix
Yana Stamcheva 19 years ago
parent ae6a80be66
commit d0b5e34268

@ -185,6 +185,12 @@ public class ImageLoader {
public static final ImageID EMPTY_16x16_ICON
= new ImageID("EMPTY_16x16_ICON");
/**
* The icon on the "Add contact" button in the <tt>QuickMenu</tt>.
*/
public static final ImageID ACCOUNT_ICON
= new ImageID("ACCOUNT_ICON");
/**
* The icon on the "Add contact" button in the <tt>QuickMenu</tt>.
*/

@ -1,6 +1,7 @@
SIP_COMMUNICATOR_LOGO=resources/images/logo/sc_logo16x16.png
EMPTY_16x16_ICON=net/java/sip/communicator/impl/gui/resources/common/emptyIcon16x16.png
ACCOUNT_ICON=net/java/sip/communicator/impl/gui/resources/buttons/addAccount.png
QUICK_MENU_ADD_ICON=net/java/sip/communicator/impl/gui/resources/buttons/addContactIcon.png
QUICK_MENU_CONFIGURE_ICON=net/java/sip/communicator/impl/gui/resources/buttons/configureIcon.png
QUICK_MENU_INFO_ICON=net/java/sip/communicator/impl/gui/resources/buttons/infoIcon.png

Loading…
Cancel
Save