diff options
author | Iain Holmes <iain@src.gnome.org> | 2000-10-05 08:31:34 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2000-10-05 08:31:34 +0800 |
commit | 68df50d50512a80c35f6af0ef84f506508deb18c (patch) | |
tree | 466738334299e4d6686f7afa3b9c7f88809783c0 | |
parent | 209014ecb6e123a3eb8d402dfb09322506bc8024 (diff) | |
download | gsoc2013-evolution-68df50d50512a80c35f6af0ef84f506508deb18c.tar.gz gsoc2013-evolution-68df50d50512a80c35f6af0ef84f506508deb18c.tar.zst gsoc2013-evolution-68df50d50512a80c35f6af0ef84f506508deb18c.zip |
Add the executive summary ui file
svn path=/trunk/; revision=5733
-rw-r--r-- | ui/Makefile.am | 3 | ||||
-rw-r--r-- | ui/evolution-executive-summary.xml | 9 |
2 files changed, 11 insertions, 1 deletions
diff --git a/ui/Makefile.am b/ui/Makefile.am index 377b9d6901..6746249f6f 100644 --- a/ui/Makefile.am +++ b/ui/Makefile.am @@ -5,7 +5,8 @@ XML_FILES = \ evolution-contact-editor.xml \ evolution-mail.xml \ evolution-calendar.xml \ - evolution-subscribe.xml + evolution-subscribe.xml \ + evolution-executive-summary.xml uidir = $(datadir)/gnome/ui ui_DATA = $(XML_FILES) diff --git a/ui/evolution-executive-summary.xml b/ui/evolution-executive-summary.xml new file mode 100644 index 0000000000..70abe8d86a --- /dev/null +++ b/ui/evolution-executive-summary.xml @@ -0,0 +1,9 @@ +<Root> + <dockitem name="Toolbar" relief="none"> + + <toolitem name="AddService" verb="AddService" + _label="Add Service" _descr="Add a new service to the Executive Summary" + pixtype="pixbuf"/> + + </dockitem> +</Root> |