vserver 1.9.3
[linux-2.6.git] / scripts / kconfig / gconf.c
index 489c4ff..0b956e3 100644 (file)
@@ -275,9 +275,8 @@ void init_main_window(const gchar * glade_file)
                                          /*"style", PANGO_STYLE_OBLIQUE, */
                                          NULL);
 
-       sprintf(title, "Linux Kernel v%s.%s.%s%s Configuration",
-               getenv("VERSION"), getenv("PATCHLEVEL"),
-               getenv("SUBLEVEL"), getenv("EXTRAVERSION"));
+       sprintf(title, "Linux Kernel v%s Configuration",
+               getenv("KERNELRELEASE"));
        gtk_window_set_title(GTK_WINDOW(main_wnd), title);
 
        gtk_widget_show(main_wnd);