diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-01-06 10:31:45 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-01-06 10:31:45 +0000 |
commit | 3697a829dee836cde5faf0ab504254c847428c01 (patch) | |
tree | 6b2c4c623d8eeb7a9d0d8a803427870fda18c2f9 /scripts/kconfig/gconf.c | |
parent | da98165ad60179b12eccae91ea06825afa9bc257 (diff) |
"kernel" => "busybox"
Diffstat (limited to 'scripts/kconfig/gconf.c')
-rw-r--r-- | scripts/kconfig/gconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/gconf.c b/scripts/kconfig/gconf.c index 566e35e5c..6d372997d 100644 --- a/scripts/kconfig/gconf.c +++ b/scripts/kconfig/gconf.c @@ -275,7 +275,7 @@ void init_main_window(const gchar * glade_file) /*"style", PANGO_STYLE_OBLIQUE, */ NULL); - sprintf(title, _("Linux Kernel v%s Configuration"), + sprintf(title, _("BusyBox %s Configuration"), getenv("KERNELVERSION")); gtk_window_set_title(GTK_WINDOW(main_wnd), title); |