aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/Makefile.am3
-rw-r--r--ui/evolution-executive-summary.xml9
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>