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) | |
download | busybox-w32-3697a829dee836cde5faf0ab504254c847428c01.tar.gz busybox-w32-3697a829dee836cde5faf0ab504254c847428c01.tar.bz2 busybox-w32-3697a829dee836cde5faf0ab504254c847428c01.zip |
"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) | |||
275 | /*"style", PANGO_STYLE_OBLIQUE, */ | 275 | /*"style", PANGO_STYLE_OBLIQUE, */ |
276 | NULL); | 276 | NULL); |
277 | 277 | ||
278 | sprintf(title, _("Linux Kernel v%s Configuration"), | 278 | sprintf(title, _("BusyBox %s Configuration"), |
279 | getenv("KERNELVERSION")); | 279 | getenv("KERNELVERSION")); |
280 | gtk_window_set_title(GTK_WINDOW(main_wnd), title); | 280 | gtk_window_set_title(GTK_WINDOW(main_wnd), title); |
281 | 281 | ||