Changed systray icon for MacOSX. It now displays a black & white and transparent icon.

Courtesy to Guillaume Schreiner.
cusax-fix
Romain Kuntz 19 years ago
parent 00baec9428
commit 34e94494bd

@ -116,6 +116,11 @@ private void initSystray()
logoIcon = new ImageIcon(
Resources.getImage("trayIconWindows"));
}
else if (osName.startsWith("Mac OS X"))
{
logoIcon = new ImageIcon(
Resources.getImage("trayIconMacOSX"));
}
else
{
logoIcon = new ImageIcon(

@ -6,6 +6,7 @@
trayIcon=net/java/sip/communicator/impl/systray/resources/systrayIcon.png
trayIconWindows=net/java/sip/communicator/impl/systray/resources/systrayIconWindows.png
trayIconWindowsAnimated=net/java/sip/communicator/impl/systray/resources/systrayIconWindows.gif
trayIconMacOSX=net/java/sip/communicator/impl/systray/resources/systrayIconMacOSX.png
addContactIcon=net/java/sip/communicator/impl/systray/resources/addContactIcon.png
statusMenuIcon=net/java/sip/communicator/impl/systray/resources/statusIcon.png
settingsMenuIcon=net/java/sip/communicator/impl/systray/resources/configureIcon.png
@ -20,4 +21,4 @@ close=Close
onlineStatus=Online
offlineStatus=Offline
messageReceived=Message received from
failedToLoadAddContactDialog=Failed to load the "Add contact" wizard dialog.
failedToLoadAddContactDialog=Failed to load the "Add contact" wizard dialog.

Binary file not shown.

After

Width:  |  Height:  |  Size: 838 B

Loading…
Cancel
Save