tag names moved to constants

This commit is contained in:
honfika@gmail.com
2015-05-14 21:46:26 +02:00
parent 74c4d44796
commit 3de39c93bb
86 changed files with 13357 additions and 13196 deletions

View File

@@ -1227,7 +1227,8 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
}
public void exportAll(SWF swf, AbortRetryIgnoreHandler handler, String selFile, ExportDialog export) throws IOException {
if (Configuration.debugMode.get()) {
boolean exportAll = false;
if (exportAll) {
exportAllDebug(swf, handler, selFile, export);
return;
}