trackeditor: show project file imported in title

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9338 30fe4595-0a0c-4342-8851-515496e4dcbd
This commit is contained in:
iobyte 2024-02-24 19:35:15 +00:00
parent a2680dea78
commit a926278449
2 changed files with 3 additions and 1 deletions

View File

@ -3115,6 +3115,8 @@ public class EditorFrame extends JFrame
"Read Track", JOptionPane.ERROR_MESSAGE);
}
refresh();
setTitle(originalTitle + " - Project: " + file.getAbsolutePath());
}
/**

View File

@ -34,7 +34,7 @@ public class Properties
private static Properties instance = new Properties();
private Vector<ActionListener> propertiesListeners = new Vector<ActionListener>();
public final String title = "sd2-trackeditor";
public final String version = "1.4.54";
public final String version = "1.4.55";
private String path;
private double imageScale = 1;