aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-contact-editor.xml
diff options
context:
space:
mode:
authorWilliam Jon McCann <mccann@jhu.edu>2004-05-26 04:54:01 +0800
committerWilliam Jon McCann <mccann@src.gnome.org>2004-05-26 04:54:01 +0800
commitebb89b17ef6820efce8134cd0dacf9ea03f1b6f5 (patch)
treebcc7c3c32d72fdd0beb98b149d126f1e281f28e3 /ui/evolution-contact-editor.xml
parent7dfee05355fb0086563434285ac1a524e78cd2bd (diff)
downloadgsoc2013-evolution-ebb89b17ef6820efce8134cd0dacf9ea03f1b6f5.tar
gsoc2013-evolution-ebb89b17ef6820efce8134cd0dacf9ea03f1b6f5.tar.gz
gsoc2013-evolution-ebb89b17ef6820efce8134cd0dacf9ea03f1b6f5.tar.bz2
gsoc2013-evolution-ebb89b17ef6820efce8134cd0dacf9ea03f1b6f5.tar.lz
gsoc2013-evolution-ebb89b17ef6820efce8134cd0dacf9ea03f1b6f5.tar.xz
gsoc2013-evolution-ebb89b17ef6820efce8134cd0dacf9ea03f1b6f5.tar.zst
gsoc2013-evolution-ebb89b17ef6820efce8134cd0dacf9ea03f1b6f5.zip
use stock icons where possible. Calendar and tasks already use stock
2004-05-25 William Jon McCann <mccann@jhu.edu> * evolution-message-composer.xml: * evolution-composer-entries.xml: * evolution-contact-list-editor.xml: * evolution-contact-editor.xml: * evolution.xml: * evolution-mail-message.xml: * evolution-mail-list.xml: * evolution-mail-global.xml: * evolution-addressbook.xml: use stock icons where possible. Calendar and tasks already use stock icons. * evolution-tasks.xml: swap positions of delete and print icons to be consistent with the other components. svn path=/trunk/; revision=26085
Diffstat (limited to 'ui/evolution-contact-editor.xml')
-rw-r--r--ui/evolution-contact-editor.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/ui/evolution-contact-editor.xml b/ui/evolution-contact-editor.xml
index 8511080764..e98969c8da 100644
--- a/ui/evolution-contact-editor.xml
+++ b/ui/evolution-contact-editor.xml
@@ -1,18 +1,18 @@
<Root>
<commands>
- <cmd name="ContactEditorSave" pixtype="pixbuf" accel="*Control*s"/>
- <cmd name="ContactEditorSaveAs" pixtype="pixbuf" accel="*Control**Shift*s"/>
+ <cmd name="ContactEditorSave" pixtype="stock" pixname="gtk-save" accel="*Control*s"/>
+ <cmd name="ContactEditorSaveAs" pixtype="stock" pixname="gtk-save-as" accel="*Control**Shift*s"/>
<cmd name="ContactEditorSendAs"/>
<cmd name="ContactEditorSendTo"/>
- <cmd name="ContactEditorDelete" pixtype="pixbuf"
+ <cmd name="ContactEditorDelete" pixtype="stock" pixname="gtk-delete"
_tip="Delete this item" accel="*Control*d"/>
<cmd name="ContactEditorPrint"
_tip="Print this item"
- pixtype="pixbuf" accel="*Control*p"/>
+ pixtype="stock" pixname="gtk-print" accel="*Control*p"/>
<!-- Envelope printing is disabled for Evolution 1.0.
<cmd name="ContactEditorPrintEnvelope"
@@ -20,7 +20,7 @@
-->
<cmd name="ContactEditorClose"
- pixtype="stock" pixname="Close" accel="*Control*w"/>
+ pixtype="stock" pixname="gtk-close" accel="*Control*w"/>
<cmd name="ContactEditorSaveClose"
_tip="Save the contact and close the dialog box"
@@ -81,12 +81,12 @@
<separator f="" name="econtactedit1"/>
<toolitem name="ContactEditorPrint" verb=""
- _label="Print" priority="1" pixtype="pixbuf"/>
+ _label="Print" priority="1"/>
<separator f="" name="econtactedit2"/>
<toolitem name="ContactEditorDelete" verb=""
- _label="Delete" pixtype="pixbuf" priority="1"/>
+ _label="Delete" priority="1"/>
<toolitem name="ContactEditorClose" verb=""
_label="Close" priority="1"/>