X-Git-Url: https://git.stricted.de/?a=blobdiff_plain;f=scripts%2Fkconfig%2Fgconf.c;h=665bd5300a19d7535275d36a464be95bc44572f7;hb=950709a8961e2dde05bc55dca29b2d2e54a6d3ec;hp=9f5aabd58fa96cdb86220a4fe322855d8194f6e1;hpb=5d2a22079c825669d91a3a200332f1053b4b61b0;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);