diff options
author | John Sullivan <sullivan@src.gnome.org> | 2001-02-22 17:56:40 +0000 |
---|---|---|
committer | John Sullivan <sullivan@src.gnome.org> | 2001-02-22 17:56:40 +0000 |
commit | 21173338be1af37e476a1f93c1dc479e1c2f8e35 (patch) | |
tree | b5c0135f01d765cfc31a55d42c3c7f3cb7c1dc71 /components/sample | |
parent | d956ada655071a3de75c22ba6b15318e88dd9e7c (diff) | |
download | nautilus-21173338be1af37e476a1f93c1dc479e1c2f8e35.tar.gz |
reviewed by: Darin Adler <darin@eazel.com>
Fixed bug 3321 (Finalize contents of Help menu for 1.0).
Actually there's still an open issue about the Customer
Service item, which I've left in for now.
* src/nautilus-shell-ui.xml: Added Quick Reference, removed
License, put About last after a separator.
* src/nautilus-window-menus.c:
(help_menu_nautilus_quick_reference_callback): New callback.
(help_menu_nautilus_license_callback): Removed this.
(nautilus_window_initialize_menus): Install callback for
Quick Reference, remove for License.
Also removed the space from "tool bar" everywhere, per the
final decision of Vera & Rhoda. I grepped and replaced
everywhere for "tool bar", "Tool Bar", "TOOL_BAR", and
"tool_bar".
* components/loser/content/nautilus-content-loser-ui.xml:
* components/loser/sidebar/nautilus-sidebar-loser-ui.xml:
* components/mozilla/bonobo-extensions.c:
* components/sample/nautilus-sample-content-view-ui.xml:
* libnautilus-extensions/nautilus-bonobo-extensions.c:
* libnautilus-extensions/nautilus-global-preferences.c:
(global_preferences_install_descriptions),
(global_preferences_install_defaults),
(global_preferences_install_visibility),
(global_preferences_create_dialog):
* libnautilus-extensions/nautilus-global-preferences.h:
* src/nautilus-service-ui.xml:
* src/nautilus-shell-ui.xml:
* src/nautilus-window-menus.c:
(view_menu_show_hide_toolbar_callback),
(nautilus_window_update_show_hide_menu_items),
(help_menu_nautilus_quick_reference_callback),
(nautilus_window_initialize_menus):
* src/nautilus-window-toolbars.c: (set_up_special_bonobo_button),
(set_up_toolbar_images), (theme_changed_callback),
(set_up_back_or_forward_toolbar_item),
(nautilus_window_initialize_toolbars):
* src/nautilus-window.c: (nautilus_window_constructed),
(nautilus_window_hide_toolbar), (nautilus_window_show_toolbar),
(nautilus_window_toolbar_showing), (nautilus_window_show):
* src/nautilus-window.h:
Made toolbar one word.
Diffstat (limited to 'components/sample')
-rw-r--r-- | components/sample/nautilus-sample-content-view-ui.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/sample/nautilus-sample-content-view-ui.xml b/components/sample/nautilus-sample-content-view-ui.xml index 40f88c127..41fbdcf0e 100644 --- a/components/sample/nautilus-sample-content-view-ui.xml +++ b/components/sample/nautilus-sample-content-view-ui.xml @@ -10,11 +10,11 @@ </placeholder> </submenu> </menu> -<dockitem name="Tool Bar"> +<dockitem name="Toolbar"> <placeholder name="Extra Buttons Placeholder"> <toolitem name="Sample Dock Item" _label="Sample" - _tip="This is a sample merged tool bar button" + _tip="This is a sample merged toolbar button" pixtype="stock" pixname="About" verb="Sample Dock Item"/> </placeholder> |