close confirmation fix

This commit is contained in:
honfika@gmail.com
2016-01-08 10:59:08 +01:00
parent 98207d708b
commit 7cdae099f0
5 changed files with 38 additions and 26 deletions

View File

@@ -226,8 +226,7 @@ public abstract class MainFrameMenu implements MenuBuilder {
}
if (swf != null) {
Main.closeAll();
return true;
return Main.closeAll();
}
return false;