ABC Explorer - SWF name in title

This commit is contained in:
Jindra Petřík
2023-09-29 19:25:14 +02:00
parent a67112b6f1
commit be20e430e2

View File

@@ -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);
}