Issue #464 Javaw and ffdec open and closes: fixed

This commit is contained in:
Honfika
2013-12-31 18:11:25 +01:00
parent a2fb1420c1
commit 3f30c5247a
5 changed files with 26 additions and 20 deletions

View File

@@ -173,10 +173,10 @@ public class CommandLineArgumentParser {
}
}
if (nextParam.equals("-removefromcontextmenu")) {
ContextMenuTools.addToContextMenu(false);
ContextMenuTools.addToContextMenu(false, true);
System.exit(0);
} else if (nextParam.equals("-addtocontextmenu")) {
ContextMenuTools.addToContextMenu(true);
ContextMenuTools.addToContextMenu(true, true);
System.exit(0);
} else if (nextParam.equals("-proxy")) {
parseProxy(args);