mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
Close window at end of menu according to HIG.
2002-04-26 Alex Larsson <alexl@redhat.com> * src/nautilus-shell-ui.xml: Close window at end of menu according to HIG. patch from Dave Bordoley <bordoley@msu.edu>
This commit is contained in:
parent
f9acc97fd7
commit
768e4421e6
2 changed files with 24 additions and 11 deletions
|
@ -1,8 +1,17 @@
|
|||
2002-04-26 Alex Larsson <alexl@redhat.com>
|
||||
|
||||
* src/nautilus-shell-ui.xml:
|
||||
Close window at end of menu according to HIG.
|
||||
|
||||
patch from Dave Bordoley <bordoley@msu.edu>
|
||||
|
||||
2002-04-26 Alex Larsson <alexl@redhat.com>
|
||||
|
||||
* src/nautilus-shell-ui.xml:
|
||||
HIG compliant toolbar button ordering
|
||||
|
||||
patch from Dave Bordoley <bordoley@msu.edu>
|
||||
|
||||
2002-04-26 Alex Larsson <alexl@redhat.com>
|
||||
|
||||
* src/file-manager/nautilus-directory-view-ui.xml:
|
||||
|
|
|
@ -59,17 +59,7 @@
|
|||
</placeholder>
|
||||
<placeholder name="Open Placeholder" delimit="top"/>
|
||||
|
||||
<menuitem name="Close"
|
||||
_label="_Close Window"
|
||||
_tip="Close this window"
|
||||
accel="*Control*w"
|
||||
pixtype="stock" pixname="gtk-close"
|
||||
verb="Close"/>
|
||||
<menuitem name="Close All Windows"
|
||||
_label="Close _All Windows"
|
||||
_tip="Close all Nautilus windows"
|
||||
accel="*Control**Shift*w"
|
||||
verb="Close All Windows"/>
|
||||
|
||||
|
||||
<menuitem name="Find"
|
||||
_label="_Find"
|
||||
|
@ -80,6 +70,20 @@
|
|||
<placeholder name="Dangerous File Items Placeholder" delimit="top"/>
|
||||
|
||||
<placeholder name="Global File Items Placeholder" delimit="top"/>
|
||||
|
||||
<separator/>
|
||||
|
||||
<menuitem name="Close All Windows"
|
||||
_label="Close _All Windows"
|
||||
_tip="Close all Nautilus windows"
|
||||
accel="*Control**Shift*w"
|
||||
verb="Close All Windows"/>
|
||||
<menuitem name="Close"
|
||||
_label="_Close Window"
|
||||
_tip="Close this window"
|
||||
accel="*Control*w"
|
||||
pixtype="stock" pixname="gtk-close"
|
||||
verb="Close"/>
|
||||
</submenu>
|
||||
|
||||
<submenu name="Edit" _label="_Edit">
|
||||
|
|
Loading…
Reference in a new issue