diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-02-06 02:53:34 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-02-06 02:53:34 +0800 |
commit | d2293e1adc8339042d9fa273e61ebfe1cb1032c6 (patch) | |
tree | f917ac3184ddc5fd3e1df28f1368ae05c906b7d2 | |
parent | 5a8d47207061f70c4dc0ce6c77d12ea241644133 (diff) | |
download | gsoc2013-evolution-d2293e1adc8339042d9fa273e61ebfe1cb1032c6.tar gsoc2013-evolution-d2293e1adc8339042d9fa273e61ebfe1cb1032c6.tar.gz gsoc2013-evolution-d2293e1adc8339042d9fa273e61ebfe1cb1032c6.tar.bz2 gsoc2013-evolution-d2293e1adc8339042d9fa273e61ebfe1cb1032c6.tar.lz gsoc2013-evolution-d2293e1adc8339042d9fa273e61ebfe1cb1032c6.tar.xz gsoc2013-evolution-d2293e1adc8339042d9fa273e61ebfe1cb1032c6.tar.zst gsoc2013-evolution-d2293e1adc8339042d9fa273e61ebfe1cb1032c6.zip |
Add a priority
svn path=/trunk/; revision=7972
-rw-r--r-- | ui/ChangeLog | 4 | ||||
-rw-r--r-- | ui/evolution-executive-summary.xml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 8854d00983..3a8aa099f7 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,7 @@ +2001-02-05 Iain Holmes <iain@ximian.com> + + * evolution-executive-summary.xml: Add a priority. + 2001-02-02 Michael Meeks <michael@helixcode.com> * evolution-calendar.xml: cmd / widgetify. diff --git a/ui/evolution-executive-summary.xml b/ui/evolution-executive-summary.xml index 9d513b699d..3b5a4dfeba 100644 --- a/ui/evolution-executive-summary.xml +++ b/ui/evolution-executive-summary.xml @@ -13,7 +13,7 @@ <dockitem name="Toolbar"> <toolitem name="AddService" verb="AddService" - _label="Add Service" _tip="Add a new service to the Executive Summary" + _label="Add Service" priority="1" _tip="Add a new service to the Executive Summary" pixtype="pixbuf"/> <separator/> |