Issue #145 Fixed unicode support (after deobfuscation in AS1/2)

This commit is contained in:
Jindra Pet��k
2013-06-23 18:28:24 +02:00
parent 400f432607
commit e7807d16d0
13 changed files with 23 additions and 26 deletions
@@ -1438,6 +1438,7 @@ public class MainFrame extends JFrame implements ActionListener, TreeSelectionLi
final String identifier = actionPanel.getStringUnderCursor();
if (identifier != null) {
(new Thread() {
@Override
public void run() {
Main.startWork("Renaming...");
renameIdentifier(identifier);