From ebd957357467e4875cc3c7ace8c6157376c1a8a9 Mon Sep 17 00:00:00 2001 From: Fredrik Osterlind Date: Fri, 1 Jun 2012 13:20:03 +0200 Subject: [PATCH] minor window title fix --- tools/cooja/java/se/sics/cooja/GUI.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cooja/java/se/sics/cooja/GUI.java b/tools/cooja/java/se/sics/cooja/GUI.java index a7c5dd166..a01294043 100644 --- a/tools/cooja/java/se/sics/cooja/GUI.java +++ b/tools/cooja/java/se/sics/cooja/GUI.java @@ -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)