aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-10-28 22:49:06 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-10-28 22:49:06 +0800
commit5a39c55fcbc1f1d366a18fc354591d594b328861 (patch)
treef0bad109e1e6046db48219631f856bdf7e1682ba
parent716963c5ee861ef500aca0fb45d3a39114a428f2 (diff)
downloadgsoc2013-evolution-5a39c55fcbc1f1d366a18fc354591d594b328861.tar
gsoc2013-evolution-5a39c55fcbc1f1d366a18fc354591d594b328861.tar.gz
gsoc2013-evolution-5a39c55fcbc1f1d366a18fc354591d594b328861.tar.bz2
gsoc2013-evolution-5a39c55fcbc1f1d366a18fc354591d594b328861.tar.lz
gsoc2013-evolution-5a39c55fcbc1f1d366a18fc354591d594b328861.tar.xz
gsoc2013-evolution-5a39c55fcbc1f1d366a18fc354591d594b328861.tar.zst
gsoc2013-evolution-5a39c55fcbc1f1d366a18fc354591d594b328861.zip
Set the pixtype for command "Settings" to
"pixbuf". svn path=/trunk/; revision=18454
-rw-r--r--ui/ChangeLog5
-rw-r--r--ui/evolution.xml4
2 files changed, 8 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 8d5c8189b5..d1447ec791 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,8 @@
+2002-10-28 Ettore Perazzoli <ettore@ximian.com>
+
+ * evolution.xml: Set the pixtype for command "Settings" to
+ "pixbuf".
+
2002-10-15 Jeffrey Stedfast <fejj@ximian.com>
* evolution-mail-list.xml: Made tooltips more clear.
diff --git a/ui/evolution.xml b/ui/evolution.xml
index 328dbeea67..61cc14fe72 100644
--- a/ui/evolution.xml
+++ b/ui/evolution.xml
@@ -21,6 +21,8 @@
_tip="Send queued items and retrieve new items"
pixtype="pixbuf"/>
+ <cmd name="Settings" pixtype="pixbuf"/>
+
<cmd name="ToggleOffline" _type="Toggle"
_label="_Work Offline"
_tip="Toggle whether we are working offline."/>
@@ -165,7 +167,7 @@
</submenu>
<submenu name="Tools" _label="_Tools">
- <menuitem name="Settings" verb="" _label="_Settings..." _tip="Change Evolution's settings"/>
+ <menuitem name="Settings" verb="" _label="_Settings..." _tip="Change Evolution's settings" pixtype="pixbuf"/>
<separator/>
<placeholder name="ComponentPlaceholder"/>
<menuitem name="PilotSettings" verb="" _label="Pi_lot Settings..." _tip="Set up Pilot configuration"/>