diff --git a/trunk/src/com/jpexs/decompiler/flash/gui/MainFrame.java b/trunk/src/com/jpexs/decompiler/flash/gui/MainFrame.java index 3ad8542ec..6b8cdc72a 100644 --- a/trunk/src/com/jpexs/decompiler/flash/gui/MainFrame.java +++ b/trunk/src/com/jpexs/decompiler/flash/gui/MainFrame.java @@ -1252,8 +1252,9 @@ public class MainFrame extends JFrame implements ActionListener, TreeSelectionLi for (DoABCTag tag : abcPanel.list) { cnt += tag.abc.deobfuscateIdentifiers(namesMap); } + }else{ + cnt = swf.deobfuscateAS2Identifiers(); } - cnt = swf.deobfuscateAS2Identifiers(); Main.stopWork(); JOptionPane.showMessageDialog(null, "Identifiers renamed: " + cnt); if (abcPanel != null) {