trackeditor: show trackgen ssg warnings
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8444 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 9918a966173e8f4fe7ce804c79b8f3063da7e5ec Former-commit-id: c8ab915d98200840600674f295b4a1fb2b0f00c8
This commit is contained in:
parent
b280cb5a79
commit
b58754a5e6
1 changed files with 3 additions and 0 deletions
|
@ -170,6 +170,9 @@ public class TrackgenPanel extends JDialog implements Runnable
|
||||||
{
|
{
|
||||||
this.ySizeLabel.setText(ls_str);
|
this.ySizeLabel.setText(ls_str);
|
||||||
}else if (tmp.equals("FATAL:"))
|
}else if (tmp.equals("FATAL:"))
|
||||||
|
{
|
||||||
|
errorsTextArea.append(ls_str + newline);
|
||||||
|
}else if (tmp.equals("WARNING:"))
|
||||||
{
|
{
|
||||||
errorsTextArea.append(ls_str + newline);
|
errorsTextArea.append(ls_str + newline);
|
||||||
}else
|
}else
|
||||||
|
|
Loading…
Reference in a new issue