Display bundle name in window title next to SWF name

This commit is contained in:
Jindra Petřík
2016-12-12 12:36:49 +01:00
parent 22695b985b
commit ee6faa8cbb
2 changed files with 1325 additions and 1318 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -828,8 +828,6 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
private void updateUi(final SWF swf) {
mainFrame.setTitle(ApplicationInfo.applicationVerName + (Configuration.displayFileName.get() ? " - " + swf.getFileTitle() : ""));
List<ABCContainerTag> abcList = swf.getAbcList();
boolean hasAbc = !abcList.isEmpty();