diff options
author | Yana Stamcheva <yana@jitsi.org> | 2009-05-15 15:47:07 +0000 |
---|---|---|
committer | Yana Stamcheva <yana@jitsi.org> | 2009-05-15 15:47:07 +0000 |
commit | 3b18adaf24279c435526969128e7af03c3ac9778 (patch) | |
tree | 294e8a70fe22dd9ff2d809905dd501fd02fa1a27 /src/net/java/sip/communicator/plugin/aimaccregwizz | |
parent | 2a3cd8ff9d8f1eb49ba1cde5412b982486031742 (diff) | |
download | jitsi-3b18adaf24279c435526969128e7af03c3ac9778.zip jitsi-3b18adaf24279c435526969128e7af03c3ac9778.tar.gz jitsi-3b18adaf24279c435526969128e7af03c3ac9778.tar.bz2 |
- Addressing issue #465 (Redesign the account configuration menu).
- Fixing issue with status update within the accounts configuration form.
- Adding support for 32x32 and 48x48 icons for all protocols.
- Changing the background and selection colors for config forms list on the left of the Options window.
Diffstat (limited to 'src/net/java/sip/communicator/plugin/aimaccregwizz')
-rw-r--r-- | src/net/java/sip/communicator/plugin/aimaccregwizz/Resources.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/java/sip/communicator/plugin/aimaccregwizz/Resources.java b/src/net/java/sip/communicator/plugin/aimaccregwizz/Resources.java index 3c40faf..a3ab67d 100644 --- a/src/net/java/sip/communicator/plugin/aimaccregwizz/Resources.java +++ b/src/net/java/sip/communicator/plugin/aimaccregwizz/Resources.java @@ -22,13 +22,13 @@ public class Resources * A constant pointing to the Aim protocol logo image. */ public static ImageID AIM_LOGO - = new ImageID("service.protocol.aim.PROTOCOL_ICON"); + = new ImageID("service.protocol.aim.AIM_16x16"); /** * A constant pointing to the Aim protocol wizard page image. */ public static ImageID PAGE_IMAGE - = new ImageID("service.protocol.aim.PROTOCOL_LARGE_ICON"); + = new ImageID("service.protocol.aim.AIM_64x64"); /** * Returns an internationalized string corresponding to the given key. |