minor window title fix

This commit is contained in:
Fredrik Osterlind 2012-06-01 13:20:03 +02:00
parent 1873904479
commit ebd9573574

View file

@ -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)