summaryrefslogtreecommitdiff
path: root/src/nautilus-shell-ui.xml
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2003-04-16 14:15:00 +0000
committerAlexander Larsson <alexl@src.gnome.org>2003-04-16 14:15:00 +0000
commitaf26751c97f00d422a4cee6f803643e3c36932c5 (patch)
treefa8d24708e90190e8cfcb6b5bee743a14d3e4af7 /src/nautilus-shell-ui.xml
parentbf73f13ec68c0e3e7defce29a5b213b4a0226b60 (diff)
downloadnautilus-af26751c97f00d422a4cee6f803643e3c36932c5.tar.gz
Add the nautilus-cd-burner integration patch from RH.
2003-04-16 Alexander Larsson <alexl@redhat.com> * src/nautilus-information-panel.c: (burn_cd_callback), (nautilus_information_panel_update_buttons): * src/nautilus-shell-ui.xml: * src/nautilus-window-manage-views.c: (update_burn_cd_items), (update_for_new_location): * src/nautilus-window-menus.c: (file_menu_burn_cd_callback), (go_menu_go_to_burn_cd_callback), (nautilus_window_initialize_menus_part_1): * src/nautilus-window-private.h: * src/nautilus-window.c: (nautilus_window_constructed), (nautilus_window_allow_reload), (nautilus_window_allow_burn_cd): * src/nautilus-window.h: Add the nautilus-cd-burner integration patch from RH.
Diffstat (limited to 'src/nautilus-shell-ui.xml')
-rw-r--r--src/nautilus-shell-ui.xml18
1 files changed, 16 insertions, 2 deletions
diff --git a/src/nautilus-shell-ui.xml b/src/nautilus-shell-ui.xml
index 020b0c95e..778e1be99 100644
--- a/src/nautilus-shell-ui.xml
+++ b/src/nautilus-shell-ui.xml
@@ -33,6 +33,9 @@
<cmd name="Clear" sensitive="0"/>
<cmd name="Reload"
_tip="Display the latest contents of the current location"/>
+ <cmd name="Burn CD"
+ _label="_Write to CD"
+ _tip="Write contents to a CD"/>
<cmd name="Zoom In" _label="Zoom _In"
_tip="Show the contents in more detail"/>
<cmd name="Zoom Out" _label="Zoom _Out"
@@ -66,7 +69,10 @@
<placeholder name="General Status Placeholder" delimit="top"/>
<placeholder name="File Items Placeholder" delimit="top"/>
- <placeholder name="Global File Items Placeholder" delimit="top"/>
+ <placeholder name="Global File Items Placeholder" delimit="top">
+ <menuitem name="Burn CD"
+ verb="Burn CD"/>
+ </placeholder>
<separator/>
@@ -231,6 +237,10 @@
_label="_Trash"
_tip="Go to the trash folder"
verb="Go to Trash"/>
+ <menuitem name="Go to Burn CD"
+ _label="_CD Creator"
+ _tip="Go to Empty CD folder"
+ verb="Go to Burn CD"/>
<menuitem name="Go to Location"
_label="_Location..."
accel="*Control*l"
@@ -327,7 +337,6 @@
_label="Reload"
pixtype="stock" pixname="gtk-refresh"
verb="Reload"/>
-
<separator/>
<toolitem name="Home"
@@ -340,6 +349,11 @@
type="toggle"
pixtype="stock" pixname="Search"
verb="Toggle Find Mode"/>
+ <toolitem name="Burn CD"
+ _label="Write to CD"
+ pixtype="stock" pixname="gtk-cdrom"
+ verb="Burn CD"/>
+
<placeholder name="Extra Buttons Placeholder" delimit="top"/>