multi user chat gui icons

cusax-fix
Yana Stamcheva 19 years ago
parent 01d2cd5fa3
commit d0ccf4399b

Binary file not shown.

Before

Width:  |  Height:  |  Size: 836 B

After

Width:  |  Height:  |  Size: 915 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

@ -10,7 +10,6 @@
import java.awt.*;
import java.awt.image.*;
import java.io.*;
import java.net.*;
import java.util.*;
import javax.imageio.*;
@ -441,6 +440,14 @@ public class ImageLoader {
*/
public static final ImageID RENAME_DIALOG_ICON
= new ImageID("RENAME_DIALOG_ICON");
/**
* The image used for decoration of the "reason" dialog. The "reason" dialog
* is used wherever user should specify a reason for the operation he's
* trying to do.
*/
public static final ImageID REASON_DIALOG_ICON
= new ImageID("REASON_DIALOG_ICON");
/**
* The image used for decoration of the "Open in browser" item in
@ -603,6 +610,12 @@ public class ImageLoader {
*/
public static final ImageID TEXT_UNDERLINED_ROLLOVER_BUTTON
= new ImageID("TEXT_UNDERLINED_ROLLOVER_BUTTON");
/**
* The icon shown in the invite dialog.
*/
public static final ImageID INVITE_DIALOG_ICON
= new ImageID("INVITE_DIALOG_ICON");
// ///////////////////////// Main Toolbar icons ////////////////////////////

@ -61,6 +61,7 @@ TEXT_BOLD_ROLLOVER_BUTTON=net/java/sip/communicator/impl/gui/resources/buttons/t
TEXT_ITALIC_ROLLOVER_BUTTON=net/java/sip/communicator/impl/gui/resources/buttons/textItalicRollover.png
TEXT_UNDERLINED_ROLLOVER_BUTTON=net/java/sip/communicator/impl/gui/resources/buttons/textUnderlinedRollover.png
DIAL_BUTTON=net/java/sip/communicator/impl/gui/resources/buttons/dialButton.png
INVITE_DIALOG_ICON=net/java/sip/communicator/impl/gui/resources/common/inviteDialogIcon.png
MSG_TOOLBAR_BUTTON_BG=net/java/sip/communicator/impl/gui/resources/buttons/msgToolbarBg.png
MSG_TOOLBAR_ROLLOVER_BUTTON_BG=net/java/sip/communicator/impl/gui/resources/buttons/msgToolBarRolloverBg.png
@ -195,4 +196,6 @@ CLOSED_GROUP=net/java/sip/communicator/impl/gui/resources/common/closedGroup.png
CHAT_ROOM_16x16_ICON=net/java/sip/communicator/impl/gui/resources/common/chatRoom16x16.png
CHAT_SERVER_16x16_ICON=net/java/sip/communicator/impl/gui/resources/common/multiUserChatServer16x16.png
MESSAGE_RECEIVED_ICON=net/java/sip/communicator/impl/gui/resources/common/envelope.png
MESSAGE_RECEIVED_ICON=net/java/sip/communicator/impl/gui/resources/common/envelope.png
REASON_DIALOG_ICON=net/java/sip/communicator/impl/gui/resources/common/reasonDialogIcon.png
Loading…
Cancel
Save