diff -ru ./capplets/ui-properties/ui-properties.c ../diff/control-center-1.2.2/capplets/ui-properties/ui-properties.c --- ./capplets/ui-properties/ui-properties.c Tue May 23 19:31:17 2000 +++ ../diff/control-center-1.2.2/capplets/ui-properties/ui-properties.c Sun Oct 29 05:05:10 2000 @@ -98,6 +98,13 @@ {NULL, NULL, NULL, NULL, NULL} }; +static gchar const *menubar_placement_name [] = { + N_("Menu placement"), + N_("Inside application window"), + N_("Inside panel applet"), + NULL +}; + static gchar const *menubar_detachable_name [] = { N_("Can detach and move menus"), NULL @@ -116,6 +123,10 @@ NULL }; static WidgetLayout menu_options[] = { + {menubar_placement_name, NULL, + gnome_preferences_get_menubar_placement, + gnome_preferences_set_menubar_placement, + NULL}, {menubar_detachable_name, NULL, gnome_preferences_get_menubar_detachable, gnome_preferences_set_menubar_detachable, Only in .: control-center.patch