Files
evolution/ui/evolution-composer-entries.xml
William Jon McCann ebb89b17ef 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
2004-05-25 20:54:01 +00:00

33 lines
938 B
XML

<Root>
<commands>
<cmd name="EditCut"
_tip="Cut selected text to the clipboard"
accel="*Control*x" pixtype="stock" pixname="gtk-cut"/>
<cmd name="EditCopy"
_tip="Copy selected text to the clipboard"
accel="*Control*c" pixtype="stock" pixname="gtk-copy"/>
<cmd name="EditPaste"
_tip="Paste text from the clipboard"
accel="*Control*v" pixtype="stock" pixname="gtk-paste"/>
<cmd name="EditSelectAll"
_tip="Select all text"
accel="*Control*a"/>
</commands>
<menu>
<submenu name="Edit" _label="_Edit">
<placeholder name="EditCutCopyPaste">
<menuitem name="EditCut" verb="" _label="Cu_t"/>
<menuitem name="EditCopy" verb="" _label="_Copy"/>
<menuitem name="EditPaste" verb="" _label="_Paste"/>
<separator/>
<menuitem name="EditSelectAll" verb="" _label="Select _All"/>
</placeholder>
</submenu>
</menu>
</Root>