aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2006-04-26 16:57:47 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2006-04-26 16:57:47 +0800
commitf80451242d67f323a0a3addf7e15f82bae1265e4 (patch)
tree2526e11ef5fcbcdbea0a392afd0ee756ab86862a /ui
parent7a77ccb6fd37dfb878d23d151bbbef3c66a16122 (diff)
downloadgsoc2013-evolution-f80451242d67f323a0a3addf7e15f82bae1265e4.tar
gsoc2013-evolution-f80451242d67f323a0a3addf7e15f82bae1265e4.tar.gz
gsoc2013-evolution-f80451242d67f323a0a3addf7e15f82bae1265e4.tar.bz2
gsoc2013-evolution-f80451242d67f323a0a3addf7e15f82bae1265e4.tar.lz
gsoc2013-evolution-f80451242d67f323a0a3addf7e15f82bae1265e4.tar.xz
gsoc2013-evolution-f80451242d67f323a0a3addf7e15f82bae1265e4.tar.zst
gsoc2013-evolution-f80451242d67f323a0a3addf7e15f82bae1265e4.zip
Committing patch from PR Suman for adding icons in menu items.
svn path=/trunk/; revision=31899
Diffstat (limited to 'ui')
-rw-r--r--ui/ChangeLog10
-rw-r--r--ui/evolution-addressbook.xml4
-rw-r--r--ui/evolution-event-editor.xml2
-rw-r--r--ui/evolution-mail-message.xml2
-rw-r--r--ui/evolution-message-composer.xml4
-rw-r--r--ui/evolution-tasks.xml2
6 files changed, 17 insertions, 7 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 62c109e881..2f003db8a1 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,13 @@
+2006-04-26 Srinivasa Ragavan <sragavan@novell.com>
+
+ ** Committing patch from PR Suman for adding missing icons to menus.
+
+ * evolution-addressbook.xml:
+ * evolution-event-editor.xml:
+ * evolution-mail-message.xml:
+ * evolution-message-composer.xml:
+ * evolution-tasks.xml:
+
2006-02-26 Rakesh k.g <rakeysh_kg@yahoo.com>
* evolution-editor.xml: Insert menu changed its mnemonic.
diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml
index 7a364e3c90..5eaf20b195 100644
--- a/ui/evolution-addressbook.xml
+++ b/ui/evolution-addressbook.xml
@@ -139,10 +139,10 @@
<placeholder name="ActionsPlaceholder">
<submenu name="Actions" _label="_Actions">
<menuitem name="ContactsSendContactToOther"
- _label="_Forward Contact..." verb=""/>
+ _label="_Forward Contact..." verb="" pixtype="pixbuf"/>
<menuitem name="ContactsSendMessageToContact"
- _label="_Send Message to Contact..." verb=""/>
+ _label="_Send Message to Contact..." verb="" pixtype="pixbuf"/>
<menuitem name="ContactActionStop" verb="ContactStop" _label="St_op"/>
<separator f="" name="eadbk5"/>
diff --git a/ui/evolution-event-editor.xml b/ui/evolution-event-editor.xml
index f1dadaea3e..252c07109a 100644
--- a/ui/evolution-event-editor.xml
+++ b/ui/evolution-event-editor.xml
@@ -80,7 +80,7 @@
<menuitem name="ActionClassConfidential" id="ActionClassConfidential" verb=""/>
</submenu>
<menuitem name="ActionRecurrence" verb="" _label="_Recurrence" pixtype="pixbuf"/>
- <menuitem name="ActionFreeBusy" verb="" _label="_Free/Busy"/>
+ <menuitem name="ActionFreeBusy" verb="" _label="_Free/Busy" pixtype="pixbuf"/>
</submenu>
</menu>
diff --git a/ui/evolution-mail-message.xml b/ui/evolution-mail-message.xml
index b8e2b8b94f..ea624d29fe 100644
--- a/ui/evolution-mail-message.xml
+++ b/ui/evolution-mail-message.xml
@@ -319,7 +319,7 @@
</placeholder>
<placeholder name="MessageNavigation">
- <submenu name="GoTo" _label="_Go To">
+ <submenu name="GoTo" _label="_Go To" pixtype="stock" pixname="gtk-jump-to">
<menuitem name="MailNext" verb="" _label="_Next Message"/>
<menuitem name="MailNextUnread" verb="" _label="Next _Unread Message"/>
<menuitem name="MailNextFlagged" verb="" _label="Next _Important Message"/>
diff --git a/ui/evolution-message-composer.xml b/ui/evolution-message-composer.xml
index bf5dcae5fd..27a9b4376f 100644
--- a/ui/evolution-message-composer.xml
+++ b/ui/evolution-message-composer.xml
@@ -98,8 +98,8 @@
<separator f="" name="emailcomposer1"/>
- <menuitem name="FileSave" verb="" _label="_Save"/>
- <menuitem name="FileSaveAs" verb="" _label="Save _As..."/>
+ <menuitem name="FileSave" verb="" _label="_Save" pixtype="stock" pixname="gtk-save"/>
+ <menuitem name="FileSaveAs" verb="" _label="Save _As..." pixtype="stock" pixname="gtk-save-as"/>
<menuitem name="FileSaveDraft" verb="" _label="Save _Draft"/>
<placeholder name="Print" delimit="top"/>
diff --git a/ui/evolution-tasks.xml b/ui/evolution-tasks.xml
index d354b3edf7..b0f278d4fd 100644
--- a/ui/evolution-tasks.xml
+++ b/ui/evolution-tasks.xml
@@ -59,7 +59,7 @@
<submenu name="Actions" _label="_Actions">
<menuitem name="TasksPurge" verb=""/>
<menuitem name="TasksAssign" verb=""/>
- <menuitem name="TasksForward" verb=""/>
+ <menuitem name="TasksForward" verb="" pixtype="pixbuf"/>
</submenu>
</placeholder>