minor window title fix
This commit is contained in:
parent
1873904479
commit
ebd9573574
1 changed files with 1 additions and 1 deletions
|
@ -2067,7 +2067,7 @@ public class GUI extends Observable {
|
||||||
|
|
||||||
// Set frame title
|
// Set frame title
|
||||||
if (frame != null) {
|
if (frame != null) {
|
||||||
frame.setTitle(sim.getTitle() + " - The Contiki Simulation Environment");
|
frame.setTitle(sim.getTitle() + " - " + WINDOW_TITLE);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Open standard plugins (if none opened already)
|
// Open standard plugins (if none opened already)
|
||||||
|
|
Loading…
Reference in a new issue