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
@@ -676,7 +676,7 @@ public class Main {
if (!offered) {
if (Platform.isWindows()) {
if ((!ContextMenuTools.isAddedToContextMenu()) && View.showConfirmDialog(null, "Do you want to add FFDec to context menu of SWF files?\n(Can be changed later from main menu)", "Context menu", JOptionPane.YES_NO_OPTION, JOptionPane.QUESTION_MESSAGE) == JOptionPane.YES_OPTION) {
ContextMenuTools.addToContextMenu(true);
ContextMenuTools.addToContextMenu(true, false);
}
}
}