AS3 rename identifiers count fix

This commit is contained in:
Jindra Petk
2013-03-24 12:08:06 +01:00
parent 1de004d904
commit 7610c39f1c

View File

@@ -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) {