X-Git-Url: https://git.stricted.de/?a=blobdiff_plain;f=scripts%2Fkconfig%2Fgconf.c;h=665bd5300a19d7535275d36a464be95bc44572f7;hb=2e9abdd9bad485970b37cd53a82f92702054984c;hp=9f5aabd58fa96cdb86220a4fe322855d8194f6e1;hpb=de745fb27983770ebfdeaa70f8a36f791fb33786;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git diff --git a/scripts/kconfig/gconf.c b/scripts/kconfig/gconf.c index 9f5aabd58fa9..665bd5300a19 100644 --- a/scripts/kconfig/gconf.c +++ b/scripts/kconfig/gconf.c @@ -276,7 +276,7 @@ void init_main_window(const gchar * glade_file) NULL); sprintf(title, _("Linux Kernel v%s Configuration"), - getenv("KERNELRELEASE")); + getenv("KERNELVERSION")); gtk_window_set_title(GTK_WINDOW(main_wnd), title); gtk_widget_show(main_wnd);