trackeditor: fix trackgen output

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8232 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 64e21fec5a50821609346425db334138997d11ac
Former-commit-id: c60b6997e7c51ed7beedb0693344a54c5258a8af
This commit is contained in:
iobyte 2022-06-20 17:40:16 +00:00
parent 4e497345f0
commit 66cfaba548

View file

@ -76,7 +76,7 @@ public class TrackgenPanel extends JDialog implements Runnable
{ {
this.setContentPane(getJPanel()); this.setContentPane(getJPanel());
this.setTitle("Trackgen"); this.setTitle("Trackgen");
this.setSize(465, 320); this.setSize(475, 320);
} }
public void run() public void run()
@ -106,7 +106,7 @@ public class TrackgenPanel extends JDialog implements Runnable
if (tmp.equals("name")) if (tmp.equals("name"))
{ {
nameLabel.setText(ls_str); nameLabel.setText(ls_str);
} else if (tmp.equals("author")) } else if (tmp.equals("authors"))
{ {
this.authorLabel.setText(ls_str); this.authorLabel.setText(ls_str);
} else if (tmp.equals("filename")) } else if (tmp.equals("filename"))