New icons for "Move contact" and "Move to group" items in the right button menu.

cusax-fix
Yana Stamcheva 15 years ago
parent 88da84b413
commit 28b44d6585

@ -68,6 +68,7 @@ service.gui.icons.RENAME_16x16_ICON=resources/images/impl/gui/common/rename16x16
service.gui.icons.TOOLBAR_DRAG_ICON=resources/images/impl/gui/common/toolbarDragIcon.png
service.gui.icons.ADD_GROUP_ICON=resources/images/impl/gui/common/addGroup.png
service.gui.icons.MOVE_CONTACT=resources/images/impl/gui/common/moveContact.png
service.gui.icons.MOVE_TO_GROUP_16x16_ICON=resources/images/impl/gui/common/moveToGroup16x16.png
service.gui.icons.ADD_CONTACT_DIALOG_ICON=resources/images/impl/gui/common/addContactDialogIcon.png
service.gui.icons.RENAME_DIALOG_ICON=resources/images/impl/gui/common/renameDialogIcon.png
service.gui.icons.BROWSER_ICON=resources/images/impl/gui/common/browser16x16.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 756 B

After

Width:  |  Height:  |  Size: 775 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 775 B

@ -1068,7 +1068,7 @@ public void loadSkin()
ImageLoader.getImage(ImageLoader.HISTORY_16x16_ICON)));
moveToMenu.setIcon(new ImageIcon(
ImageLoader.getImage(ImageLoader.GROUPS_16x16_ICON)));
ImageLoader.getImage(ImageLoader.MOVE_TO_GROUP_16x16_ICON)));
addContactItem.setIcon(new ImageIcon(
ImageLoader.getImage(ImageLoader.ADD_CONTACT_16x16_ICON)));

@ -712,6 +712,12 @@ public class ImageLoader
public static final ImageID MOVE_CONTACT_ICON
= new ImageID("service.gui.icons.MOVE_CONTACT");
/**
* The image used in the right button menu for the move to group item.
*/
public static final ImageID MOVE_TO_GROUP_16x16_ICON
= new ImageID("service.gui.icons.MOVE_TO_GROUP_16x16_ICON");
/**
* The image used for error messages in the chat window.
*/

Loading…
Cancel
Save