From 7610c39f1c956da3640a50966be7033d1be9e910 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=F8=EDk?= Date: Sun, 24 Mar 2013 12:08:06 +0100 Subject: [PATCH] AS3 rename identifiers count fix --- trunk/src/com/jpexs/decompiler/flash/gui/MainFrame.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {