merge from upstream for systems that dont integrate libintl into their C library:
[oweals/busybox.git] / scripts / kconfig / gconf.c
index 566e35e5c0f08fe7c7610441bc985aa93029576d..fd3002bd3a029b10e7498bf4da4a158089308fd7 100644 (file)
@@ -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);
 
@@ -1516,7 +1516,7 @@ static void display_tree(struct menu *menu)
                    && (tree == tree2))
                        continue;
 /*
-                if (((menu != &rootmenu) && !(menu->flags & MENU_ROOT))
+               if (((menu != &rootmenu) && !(menu->flags & MENU_ROOT))
                    || (view_mode == FULL_VIEW)
                    || (view_mode == SPLIT_VIEW))*/
                if (((view_mode == SINGLE_VIEW) && (menu->flags & MENU_ROOT))