diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-08-14 06:01:30 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-08-14 06:01:30 +0800 |
commit | 8fdc72b002b927cce36e0e20be7ff04c409abd50 (patch) | |
tree | acde9ecc1a307a4e2e65a94f95cf6a2ab22cc499 | |
parent | ecc57b7556cc3a9ec9137520f981384f26eb6ba7 (diff) | |
download | gsoc2013-evolution-8fdc72b002b927cce36e0e20be7ff04c409abd50.tar gsoc2013-evolution-8fdc72b002b927cce36e0e20be7ff04c409abd50.tar.gz gsoc2013-evolution-8fdc72b002b927cce36e0e20be7ff04c409abd50.tar.bz2 gsoc2013-evolution-8fdc72b002b927cce36e0e20be7ff04c409abd50.tar.lz gsoc2013-evolution-8fdc72b002b927cce36e0e20be7ff04c409abd50.tar.xz gsoc2013-evolution-8fdc72b002b927cce36e0e20be7ff04c409abd50.tar.zst gsoc2013-evolution-8fdc72b002b927cce36e0e20be7ff04c409abd50.zip |
Prioritise the label for print
svn path=/trunk/; revision=11966
-rw-r--r-- | ui/ChangeLog | 4 | ||||
-rw-r--r-- | ui/my-evolution.xml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 4fb271ea83..4562dd19aa 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,7 @@ +2001-08-13 Iain Holmes <iain@ximian.com> + + * my-evolution.xml: Set the label for Print to be shown on priority. + 2001-08-13 Ettore Perazzoli <ettore@ximian.com> * evolution-mail-global.xml: Remove a separator after the diff --git a/ui/my-evolution.xml b/ui/my-evolution.xml index e71c1b8120..03a356c2c8 100644 --- a/ui/my-evolution.xml +++ b/ui/my-evolution.xml @@ -29,7 +29,7 @@ <dockitem name="Toolbar"> <toolitem name="PrintMyEvolution" verb="PrintMyEvolution" - _label="Print" pixtype="pixbuf"/> + _label="Print" pixtype="pixbuf"/ priority="1"> </dockitem> </Root> |