mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-19 15:48:44 +00:00
ABC Explorer - SWF name in title
This commit is contained in:
@@ -138,7 +138,7 @@ public class ABCExplorerDialog extends AppDialog {
|
||||
abcComboBox.setSelectedIndex(selectedIndex);
|
||||
}
|
||||
setSize(800, 600);
|
||||
setTitle(translate("title"));
|
||||
setTitle(translate("title") + " - " + swf.getTitleOrShortFileName());
|
||||
View.setWindowIcon(this);
|
||||
View.centerScreen(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user