* glayout.c (gnome_panel_layout_menu): Status bar messages for

"Sort By" and "Filter View" were incorrect.
This commit is contained in:
Pavel Roskin 2001-05-26 05:41:21 +00:00
parent fe7780ab1d
commit 5e2ab7978a
2 changed files with 9 additions and 4 deletions

View File

@ -1,7 +1,12 @@
2001-05-26 Pavel Roskin <proski@gnu.org>
* glayout.c (gnome_panel_layout_menu): Status bar messages for
"Sort By" and "Filter View" were incorrect.
2001-05-25 Pavel Roskin <proski@gnu.org>
* gmain.c: Add option not to show the root warning again.
From Ximian patches.
* gmain.c (gnome_check_super_user): Add option not to show the
root warning again. From Ximian patches.
* gmain.c: Include libgnomeui/gnome-window-icon.h if needed.
(gnome_check_super_user): Better warning for root. From Ximian.

View File

@ -421,8 +421,8 @@ GnomeUIInfo gnome_panel_settings_menu [] = {
};
GnomeUIInfo gnome_panel_layout_menu [] = {
GNOMEUIINFO_ITEM_NONE(N_("_Sort By..."), N_("Confirmation settings"), gnome_sort_cmd),
GNOMEUIINFO_ITEM_NONE(N_("_Filter View..."), N_("Global option settings"), gnome_filter_cmd),
GNOMEUIINFO_ITEM_NONE(N_("_Sort By..."), N_("Filename sort order"), gnome_sort_cmd),
GNOMEUIINFO_ITEM_NONE(N_("_Filter View..."), N_("Filename filtering settings"), gnome_filter_cmd),
GNOMEUIINFO_SEPARATOR,
GNOMEUIINFO_RADIOLIST(panel_view_menu_uiinfo),
GNOMEUIINFO_END