X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=scripts%2Fkconfig%2Fgconf.c;h=9bab17d91746260cc6a2e1f117fdca80ea15c060;hb=8de2e42201bb1b9054861d2f7645885a3b69642a;hp=6d372997d1d518471e6ba5ff9632a1da8056b1f2;hpb=3697a829dee836cde5faf0ab504254c847428c01;p=oweals%2Fbusybox.git diff --git a/scripts/kconfig/gconf.c b/scripts/kconfig/gconf.c index 6d372997d..9bab17d91 100644 --- a/scripts/kconfig/gconf.c +++ b/scripts/kconfig/gconf.c @@ -741,8 +741,7 @@ void on_introduction1_activate(GtkMenuItem * menuitem, gpointer user_data) { GtkWidget *dialog; const gchar *intro_text = _( - "Welcome to gkc, the GTK+ graphical busybox configuration tool\n" - "for Linux.\n" + "Welcome to gkc, the GTK+ graphical configuration tool.\n" "For each option, a blank box indicates the feature is disabled, a\n" "check indicates it is enabled, and a dot indicates that it is to\n" "be compiled as a module. Clicking on the box will cycle through the three states.\n" @@ -1516,7 +1515,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))