Commandline arguments FIX for proxy

This commit is contained in:
Jindra Pet��k
2011-12-28 13:16:48 +01:00
parent ade09507bc
commit f8c8e6fcd3
+1 -1
View File
@@ -428,7 +428,7 @@ public class Main {
proxyFrame.setPort(port);
addTrayIcon();
switchProxy();
} if (args[0].equals("-export")) {
}else if (args[0].equals("-export")) {
if(args.length<4){
badArguments();
}