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