better export filename generation

This commit is contained in:
honfika
2014-08-05 21:38:48 +02:00
parent b02a343116
commit 254b13a326
7 changed files with 93 additions and 102 deletions

View File

@@ -1134,7 +1134,7 @@ public final class MainPanel extends JPanel implements ActionListener, TreeSelec
if (dumpInfo == null) {
return null;
}
return DumpInfoSwfNode.getSwfNode(dumpInfo).getSwf();
}