aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamon Chaplin <damon@ximian.com>2001-08-20 17:45:16 +0800
committerDamon Chaplin <damon@src.gnome.org>2001-08-20 17:45:16 +0800
commit5bdc672b86d748913582e841098504513db54e09 (patch)
tree6334f17bdba92e5abb10ef7c4044150dce7692d4
parent05fcec21ff26909cf3ed593074863bdd353e3824 (diff)
downloadgsoc2013-evolution-5bdc672b86d748913582e841098504513db54e09.tar
gsoc2013-evolution-5bdc672b86d748913582e841098504513db54e09.tar.gz
gsoc2013-evolution-5bdc672b86d748913582e841098504513db54e09.tar.bz2
gsoc2013-evolution-5bdc672b86d748913582e841098504513db54e09.tar.lz
gsoc2013-evolution-5bdc672b86d748913582e841098504513db54e09.tar.xz
gsoc2013-evolution-5bdc672b86d748913582e841098504513db54e09.tar.zst
gsoc2013-evolution-5bdc672b86d748913582e841098504513db54e09.zip
use bigger Save icon for toolbar.
2001-08-20 Damon Chaplin <damon@ximian.com> * evolution-contact-editor.xml: use bigger Save icon for toolbar. * evolution-comp-editor.xml: used Delete icon for menu. * evolution-tasks.xml: changed 'Tasks Settings' to 'Tasks Settings...'. svn path=/trunk/; revision=12278
-rw-r--r--ui/ChangeLog8
-rw-r--r--ui/evolution-comp-editor.xml2
-rw-r--r--ui/evolution-contact-editor.xml2
-rw-r--r--ui/evolution-tasks.xml2
4 files changed, 11 insertions, 3 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 7f0cfb738b..51a4d4d27d 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,5 +1,13 @@
2001-08-20 Damon Chaplin <damon@ximian.com>
+ * evolution-contact-editor.xml: use bigger Save icon for toolbar.
+
+ * evolution-comp-editor.xml: used Delete icon for menu.
+
+ * evolution-tasks.xml: changed 'Tasks Settings' to 'Tasks Settings...'.
+
+2001-08-20 Damon Chaplin <damon@ximian.com>
+
* evolution-calendar.xml: changed Goto icon to pixbuf.
2001-08-20 Damon Chaplin <damon@ximian.com>
diff --git a/ui/evolution-comp-editor.xml b/ui/evolution-comp-editor.xml
index b9922b17cc..90bd20ebf8 100644
--- a/ui/evolution-comp-editor.xml
+++ b/ui/evolution-comp-editor.xml
@@ -44,7 +44,7 @@
<separator/>
- <menuitem name="FileDelete" verb=""/>
+ <menuitem name="FileDelete" verb="" pixtype="pixbuf"/>
<separator/>
diff --git a/ui/evolution-contact-editor.xml b/ui/evolution-contact-editor.xml
index 01d71062ea..dedce798be 100644
--- a/ui/evolution-contact-editor.xml
+++ b/ui/evolution-contact-editor.xml
@@ -72,7 +72,7 @@
<dockitem name="Toolbar" relief="none" behavior="exclusive"
hlook="text" vlook="icon">
<toolitem name="ContactEditorSave" verb=""
- _label="Save" priority="1" />
+ _label="Save" priority="1" pixtype="pixbuf"/>
<separator/>
diff --git a/ui/evolution-tasks.xml b/ui/evolution-tasks.xml
index 6871c95817..4571f9aeb0 100644
--- a/ui/evolution-tasks.xml
+++ b/ui/evolution-tasks.xml
@@ -45,7 +45,7 @@
<placeholder name="ComponentToolsPlaceholder">
<submenu name="Tools" _label="_Tools">
<menuitem name="TasksSettings"
- _label="Tasks Settings"
+ _label="Tasks Settings..."
verb="TasksSettings" pixtype="pixbuf"/>
</submenu>
</placeholder>