From b039aa807bda4218143356d2a01b89da8f1ac6b5 Mon Sep 17 00:00:00 2001 From: Bradley Smith Date: Sun, 3 Aug 2008 19:58:45 +0100 Subject: Correct Window title. Signed-off-by: Bradley Smith --- src/ui-window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui-window.c') diff --git a/src/ui-window.c b/src/ui-window.c index 8758c64..fb6f2ed 100644 --- a/src/ui-window.c +++ b/src/ui-window.c @@ -1,6 +1,6 @@ /* Copyright (C) 2008 Bradley Smith * - * GNU Robots UI Test, ui-window.c. + * GNU Robots, ui-window.c. * * GNU Robots is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -54,7 +54,7 @@ static void ui_window_init(UIWindow *window) g_signal_connect(G_OBJECT(window), "destroy", G_CALLBACK(on_ui_window_destroy), NULL); - gtk_window_set_title(GTK_WINDOW(window), "UI Test"); + gtk_window_set_title(GTK_WINDOW(window), "GNU Robots"); gtk_window_set_resizable(GTK_WINDOW(window), FALSE); } -- cgit v1.1