diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2007-09-28 01:48:23 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2007-09-28 01:48:23 +0800 |
commit | 54d4e5e5f8ae9b2273377b1030a9822b4faecba2 (patch) | |
tree | 688034c8ef27aa7a6cab63e339e69e90e6e19249 /ui/evolution-message-composer.xml | |
parent | 80dd682b542b9740670abcb9470185b7db8d49b8 (diff) | |
download | gsoc2013-evolution-54d4e5e5f8ae9b2273377b1030a9822b4faecba2.tar.gz gsoc2013-evolution-54d4e5e5f8ae9b2273377b1030a9822b4faecba2.tar.zst gsoc2013-evolution-54d4e5e5f8ae9b2273377b1030a9822b4faecba2.zip |
** Fixes bug #477045
2007-09-27 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #477045
* addressbook/gui/component/addressbook-component.c:
* addressbook/gui/component/addressbook-view.c:
* addressbook/gui/contact-editor/e-contact-editor-address.c:
* addressbook/gui/contact-editor/e-contact-editor-fullname.c:
* addressbook/gui/contact-editor/e-contact-editor-im.c:
* addressbook/gui/widgets/e-addressbook-view.c:
* addressbook/gui/widgets/eab-contact-display.c:
* calendar/gui/calendar-commands.c:
* calendar/gui/calendar-component.c:
* calendar/gui/dialogs/cal-attachment-select-file.c:
* calendar/gui/dialogs/comp-editor.c:
* calendar/gui/dialogs/event-editor.c:
* calendar/gui/dialogs/task-editor.c:
* calendar/gui/e-cal-popup.c:
* calendar/gui/e-calendar-table.c:
* calendar/gui/e-calendar-view.c:
* calendar/gui/e-day-view.c:
* calendar/gui/e-memo-table.c:
* calendar/gui/e-week-view.c:
* calendar/gui/memos-component.c:
* calendar/gui/memos-control.c:
* calendar/gui/tasks-component.c:
* calendar/gui/tasks-control.c:
* composer/e-msg-composer-select-file.c:
* composer/e-msg-composer.c:
* mail/em-folder-tree.c:
* mail/em-folder-view.c:
* mail/em-popup.c:
* mail/mail-component.c:
* mail/mail-mt.c:
* mail/mail-send-recv.c:
* mail/message-list.c:
* plugins/exchange-folder-permission.c:
* plugins/exchange-folder.c:
* plugins/groupwise-features/share-folder-common.c:
* shell/e-shell-window-commands.c:
* ui/evolution-addressbook.xml:
* ui/evolution-calendar.xml:
* ui/evolution-composer-entries.xml:
* ui/evolution-editor.xml:
* ui/evolution-event-editor.xml:
* ui/evolution-mail-list.xml:
* ui/evolution-mail-message.xml:
* ui/evolution-memos.xml:
* ui/evolution-message-composer.xml:
* ui/evolution-subscribe.xml:
* ui/evolution-task-editor.xml:
* ui/evolution-tasks.xml:
* ui/evolution.xml:
Use standard icon names where applicable.
svn path=/trunk/; revision=34322
Diffstat (limited to 'ui/evolution-message-composer.xml')
-rw-r--r-- | ui/evolution-message-composer.xml | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/ui/evolution-message-composer.xml b/ui/evolution-message-composer.xml index 33f4c3ecd0..0533a0e486 100644 --- a/ui/evolution-message-composer.xml +++ b/ui/evolution-message-composer.xml @@ -2,22 +2,22 @@ <commands> <cmd name="FileOpen" _label="Open" hidden="1" - _tip="Open a file" pixtype="stock" pixname="gtk-open" accel="*Control*o"/> + _tip="Open a file" pixtype="pixbuf" accel="*Control*o"/> <cmd name="FileSave" _label="Save" - _tip="Save the current file" pixtype="stock" pixname="gtk-save" + _tip="Save the current file" pixtype="pixbuf" accel="*Ctrl*s"/> <cmd name="FileSaveDraft" _label="Save Draft" - _tip="Save as draft" pixtype="pixbuf" + _tip="Save as draft" pixtype="pixbuf" accel="*Ctrl**Shift*s"/> <cmd name="FileSaveAs" _label="Save As" _tip="Save the current file with a different name" - pixtype="stock" pixname="gtk-save-as"/> + pixtype="pixbuf"/> <cmd name="FileClose" _label="Close" - _tip="Close the current file" pixtype="stock" pixname="gtk-close" + _tip="Close the current file" pixtype="pixbuf" accel="*Ctrl*w"/> <cmd name="FileSaveInFolder" _label="Save in folder..." @@ -32,7 +32,7 @@ pixtype="pixbuf"/> <cmd name="DeleteAll" _label="_Delete all" - pixtype="stock" pixname="gtk-delete" + pixtype="pixbuf" _tip="Delete all but signature"/> <cmd name="RequestReceipt" _label="R_equest Read Receipt" @@ -84,8 +84,7 @@ _tip="Encrypt this message with your S/MIME Encryption Certificate" type="toggle" state="0" hidden="1"/> - <cmd name="InsertXSendOptions" _tip="Insert Send options" - pixtype="pixbuf"/> + <cmd name="InsertXSendOptions" _tip="Insert Send options"/> </commands> @@ -101,8 +100,8 @@ <separator f="" name="emailcomposer1"/> - <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="FileSave" verb="" _label="_Save"/> + <menuitem name="FileSaveAs" verb="" _label="Save _As..."/> <menuitem name="FileSaveDraft" verb="" _label="Save _Draft"/> <placeholder name="Print" delimit="top"/> @@ -134,7 +133,7 @@ <submenu name="Insert" _label="I_nsert"> <menuitem name="FileAttach" verb="" - _label="_Attachment..." pixtype="pixbuf"/> + _label="_Attachment..."/> <separator/> <menuitem name="InsertXSendOptions" verb="" _label="_Send Options"/> <separator/> |