mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
add stock icons to a couple of menu items in the edit menu.
2002-03-02 David Emory Watson <dwatson@cs.ucr.edu> * src/nautilus-shell-ui.xml: add stock icons to a couple of menu items in the edit menu.
This commit is contained in:
parent
6bc9c3fcda
commit
a2932720d7
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-03-02 David Emory Watson <dwatson@cs.ucr.edu>
|
||||
|
||||
* src/nautilus-shell-ui.xml: add stock icons to a couple of menu items
|
||||
in the edit menu.
|
||||
|
||||
2002-03-01 Darin Adler <darin@bentspoon.com>
|
||||
|
||||
* components/throbber/nautilus-throbber.c:
|
||||
|
|
|
@ -107,6 +107,7 @@
|
|||
verb="Paste"/>
|
||||
<menuitem name="Clear"
|
||||
_label="C_lear Text"
|
||||
pixtype="stock" pixname="gtk-clear"
|
||||
verb="Clear"/>
|
||||
|
||||
<separator/>
|
||||
|
@ -120,6 +121,7 @@
|
|||
<menuitem name="User Level Customization"
|
||||
_label="P_references..."
|
||||
_tip="Edit Nautilus preferences"
|
||||
pixtype="stock" pixname="gtk-preferences"
|
||||
verb="User Level Customization"/>
|
||||
|
||||
<menuitem name="Customize"
|
||||
|
|
Loading…
Reference in a new issue