trayicon updated text

This commit is contained in:
Jindra Pet��k
2013-04-20 17:39:27 +02:00
parent 5afe3d76e3
commit 1b6f1b2a6f
@@ -644,7 +644,7 @@ public class Main {
}
if (SystemTray.isSupported()) {
SystemTray tray = SystemTray.getSystemTray();
trayIcon = new TrayIcon(View.loadImage("proxy16"), "JP ASDec Proxy");
trayIcon = new TrayIcon(View.loadImage("proxy16"), vendor+" "+shortApplicationName+" Proxy");
trayIcon.setImageAutoSize(true);
PopupMenu trayPopup = new PopupMenu();