Three small HIG related changes plus a PATCH
- From: "David Adam Bordoley" <bordoley msu edu>
- To: nautilus-list gnome org
- Subject: Three small HIG related changes plus a PATCH
- Date: Sun, 25 Jan 2004 11:27:06 -0500
Three small changes:
1. s/close window/close as per the HIG and everyother app. Its a folder not
a window anyway :p
2. Change the the close tooltip to "Close this folder"
3. Change the properties keybinding to alt+enter as per the hig and keep the
old ctrl+i keybinding as an alternate accel.
patched attached.
ok to commit?
dave
Index: src/nautilus-shell-ui.xml
===================================================================
RCS file: /cvs/gnome/nautilus/src/nautilus-shell-ui.xml,v
retrieving revision 1.112
diff -u -p -r1.112 nautilus-shell-ui.xml
--- src/nautilus-shell-ui.xml 20 Jan 2004 17:25:25 -0000 1.112
+++ src/nautilus-shell-ui.xml 25 Jan 2004 16:20:52 -0000
@@ -62,8 +62,8 @@
<placeholder name="Close Items Placeholder"/>
<menuitem name="Close"
- _label="_Close Window"
- _tip="Close this window"
+ _label="_Close"
+ _tip="Close this folder"
accel="*Control*w"
pixtype="stock" pixname="gtk-close"
verb="Close"/>
Index: src/file-manager/nautilus-directory-view-ui.xml
===================================================================
RCS file: /cvs/gnome/nautilus/src/file-manager/nautilus-directory-view-ui.xml,v
retrieving revision 1.62
diff -u -p -r1.62 nautilus-directory-view-ui.xml
--- src/file-manager/nautilus-directory-view-ui.xml 20 Jan 2004 16:50:46 -0000 1.62
+++ src/file-manager/nautilus-directory-view-ui.xml 25 Jan 2004 16:20:53 -0000
@@ -93,6 +93,7 @@
<accel name="*Shift*KP_Delete" verb="Delete"/>
<accel name="*Alt*Down" verb="Open"/>
<accel name="*Alt**Shift*Down" verb="OpenCloseParent"/>
+ <accel name="*Control*i" verb="Properties"/>
</keybindings>
<menu>
<submenu name="File">
@@ -145,7 +146,7 @@
<placeholder name="File Items Placeholder">
<menuitem name="Properties"
pixtype="stock" pixname="gtk-properties"
- accel="*Control*i"
+ accel="*Alt*Return"
verb="Properties"/>
</placeholder>
<placeholder name="Global File Items Placeholder">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]