AS2: menu deobfuscation disabled (because it is AS3 only)

This commit is contained in:
Jindra Petk
2013-02-10 06:09:23 +01:00
parent 86ec517451
commit 83758ae746

View File

@@ -333,7 +333,7 @@ public class MainFrame extends JFrame implements ActionListener {
if (actionPanel.tagTree.getRowCount() > 1) {
addTab(tabPane, actionPanel, "ActionScript", new ImageIcon(this.getClass().getClassLoader().getResource("com/jpexs/asdec/gui/graphics/as16.png")));
}
miDeobfuscation.setEnabled(false);
menuDeobfuscation.setEnabled(false);
}
if (!shapes.isEmpty()) {