mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
Updating images for system tray.
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@9027 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
@ -279,6 +279,7 @@ public class SparkRes {
|
||||
public static final String GTALK_TRANSPORT_INACTIVE_IMAGE = "GTALK_TRANSPORT_INACTIVE_IMAGE";
|
||||
public static final String XMPP_TRANSPORT_ACTIVE_IMAGE = "XMPP_TRANSPORT_ACTIVE_IMAGE";
|
||||
public static final String XMPP_TRANSPORT_INACTIVE_IMAGE = "XMPP_TRANSPORT_INACTIVE_IMAGE";
|
||||
public static final String OFFLINE_IMAGE = "OFFLINE_IMAGE";
|
||||
|
||||
static ClassLoader cl = SparkRes.class.getClassLoader();
|
||||
|
||||
|
||||
@ -177,8 +177,9 @@ ADD_IMAGE_24x24 = images/add_24x24.png
|
||||
TELEPHONE_24x24 = images/telephone_24x24.png
|
||||
IM_DND = images/im_dnd.png
|
||||
IM_AWAY = images/im_away.png
|
||||
MESSAGE_AWAY = images/message_away.png
|
||||
MESSAGE_DND = images/message_dnd.png
|
||||
MESSAGE_AWAY = images/Away.png
|
||||
MESSAGE_DND = images/DoNotDisturb.png
|
||||
OFFLINE_IMAGE = images/Offline.png
|
||||
ERASER_IMAGE = images/eraser.png
|
||||
TOOLBAR_BACKGROUND = images/toolbar.png
|
||||
TRAFFIC_LIGHT_IMAGE = images/traffic-light.png
|
||||
|
||||
@ -92,8 +92,10 @@ public class PluginManager implements MainWindowListener {
|
||||
Log.error(e);
|
||||
}
|
||||
|
||||
|
||||
movePlugins();
|
||||
// Do not use deployable plugins if not installed.
|
||||
if (System.getProperty("plugin") == null) {
|
||||
movePlugins();
|
||||
}
|
||||
|
||||
SparkManager.getMainWindow().addMainWindowListener(this);
|
||||
|
||||
|
||||
BIN
src/resources/images/Away.png
Normal file
BIN
src/resources/images/Away.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.3 KiB |
BIN
src/resources/images/DoNotDisturb.png
Normal file
BIN
src/resources/images/DoNotDisturb.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.3 KiB |
BIN
src/resources/images/Offline.png
Normal file
BIN
src/resources/images/Offline.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.2 KiB |
Reference in New Issue
Block a user