trackeditor: use properties title for auto generated name
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8211 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 2620c515675ecd824e435643dce557b9ef851ce0 Former-commit-id: a4add49bc96123b4760e48d430c58298123fc872
This commit is contained in:
parent
fc3f7bec58
commit
9cdf4b7c16
1 changed files with 1 additions and 1 deletions
|
@ -611,7 +611,7 @@ public class XmlWriter
|
|||
{
|
||||
String tmp = "\n";
|
||||
tmp += "file : " + Editor.getProperties().getHeader().getName() + ".xml\n";
|
||||
tmp += "auto generated : by Track Editor\n";
|
||||
tmp += "auto generated : by " + Editor.getProperties().title + "\n";
|
||||
tmp += "version : " + Editor.getProperties().version + "\n";
|
||||
tmp += "copyright : (C) 2005 by Charalampos Alexopoulos\n";
|
||||
tmp += "email : \n";
|
||||
|
|
Loading…
Reference in a new issue