AS1/2 parser fix... expressions

This commit is contained in:
Jindra Pet��k
2013-04-20 18:13:02 +02:00
parent 1b6f1b2a6f
commit 2b34d90738
4 changed files with 147 additions and 128 deletions
@@ -644,7 +644,7 @@ public class Main {
}
if (SystemTray.isSupported()) {
SystemTray tray = SystemTray.getSystemTray();
trayIcon = new TrayIcon(View.loadImage("proxy16"), vendor+" "+shortApplicationName+" Proxy");
trayIcon = new TrayIcon(View.loadImage("proxy16"), vendor + " " + shortApplicationName + " Proxy");
trayIcon.setImageAutoSize(true);
PopupMenu trayPopup = new PopupMenu();