summaryrefslogtreecommitdiff
path: root/src/nautilus-shell-ui.xml
diff options
context:
space:
mode:
authorDavid Bordoley <bordoley@msu.edu>2002-08-31 21:59:32 +0000
committerDave Camp <campd@src.gnome.org>2002-08-31 21:59:32 +0000
commit89b5ad9fbffdcd32027395f95ef6e4600b065ede (patch)
tree6e80fc70144e5de525382c84d3aad56d41a62063 /src/nautilus-shell-ui.xml
parent49727f00683b18e5ddb0b8b4c56e55c1e835103f (diff)
downloadnautilus-89b5ad9fbffdcd32027395f95ef6e4600b065ede.tar.gz
Added escape keybinding to the stop button (bug 83691)
2002-08-31 David Bordoley <bordoley@msu.edu> * src/nautilus-shell-ui.xml: Added escape keybinding to the stop button (bug 83691) * src/file-manager/fm-directory-view.c: * src/file-manager/nautilus-directory-view-ui.xml: Removed the "Remove Custom Icon" entry from the view menu and context menu (bug 82117 also sort of takes care of bug 86179). Changed keybinding for "Move to Trash" to delete and for "Delete" to shift+delete (bug 83218 this fixes bug 78120 as well). Use GTK_STOCK_DELETE in a bunch of dialogs instead of our own string. Changed broken link dialog string to "Do you want to move this link to the Trash?" and changed confirming button to "Mo_ve to Trash" to be consistent with the rest of the UI.
Diffstat (limited to 'src/nautilus-shell-ui.xml')
-rw-r--r--src/nautilus-shell-ui.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nautilus-shell-ui.xml b/src/nautilus-shell-ui.xml
index 280b3c049..41cb56fe1 100644
--- a/src/nautilus-shell-ui.xml
+++ b/src/nautilus-shell-ui.xml
@@ -144,6 +144,7 @@
<submenu name="View" _label="_View">
<menuitem name="Stop"
_label="_Stop"
+ accel="Escape"
pixtype="stock" pixname="gtk-stop"
verb="Stop"/>
<menuitem name="Reload"