diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-04-26 16:57:47 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-04-26 16:57:47 +0800 |
commit | f80451242d67f323a0a3addf7e15f82bae1265e4 (patch) | |
tree | 2526e11ef5fcbcdbea0a392afd0ee756ab86862a /ui/evolution-addressbook.xml | |
parent | 7a77ccb6fd37dfb878d23d151bbbef3c66a16122 (diff) | |
download | gsoc2013-evolution-f80451242d67f323a0a3addf7e15f82bae1265e4.tar.gz 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/evolution-addressbook.xml')
-rw-r--r-- | ui/evolution-addressbook.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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"/> |