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/yahooaccregwizz | |
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/yahooaccregwizz')
-rw-r--r-- | src/net/java/sip/communicator/plugin/yahooaccregwizz/Resources.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/java/sip/communicator/plugin/yahooaccregwizz/Resources.java b/src/net/java/sip/communicator/plugin/yahooaccregwizz/Resources.java index a01c582..7d8b131 100644 --- a/src/net/java/sip/communicator/plugin/yahooaccregwizz/Resources.java +++ b/src/net/java/sip/communicator/plugin/yahooaccregwizz/Resources.java @@ -19,10 +19,10 @@ public class Resources private static ResourceManagementService resourcesService; public static ImageID YAHOO_LOGO - = new ImageID("service.protocol.yahoo.PROTOCOL_ICON"); + = new ImageID("service.protocol.yahoo.YAHOO_16x16"); public static ImageID PAGE_IMAGE - = new ImageID("service.protocol.yahoo.PROTOCOL_LARGE_IMAGE"); + = new ImageID("service.protocol.yahoo.YAHOO_64x64"); /** * Returns an internationalized string corresponding to the given key. |