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
58 lines
1.3 KiB
XML
58 lines
1.3 KiB
XML
<Root>
|
|
<menu>
|
|
<submenu name="File" _label="_File">
|
|
|
|
<menuitem name="FileCloseWin" verb=""
|
|
pixtype="stock" pixname="gtk-close" _label="_Close" accel="*Control*w"/>
|
|
|
|
</submenu>
|
|
|
|
<submenu name="Edit" _label="_Edit">
|
|
|
|
<menuitem name="EditSelectAll" verb=""
|
|
_label="Select _All"/>
|
|
|
|
<menuitem name="EditInvertSelection" verb=""
|
|
_label="_Invert Selection"/>
|
|
|
|
</submenu>
|
|
|
|
<placeholder name="Component">
|
|
|
|
<submenu name="Folder" _label="F_older">
|
|
|
|
<menuitem name="SubscribeFolder" verb=""
|
|
_label="Subscribe"/>
|
|
|
|
<menuitem name="UnsubscribeFolder" verb=""
|
|
_label="Unsubscribe"/>
|
|
|
|
</submenu>
|
|
</placeholder>
|
|
</menu>
|
|
|
|
<dockitem name="Searchbar" relief="none" behavior="exclusive">
|
|
<control name="FolderSearch"/>
|
|
|
|
</dockitem>
|
|
|
|
<dockitem name="Toolbar" relief="none" behavior="exclusive">
|
|
|
|
<toolitem name="SubscribeFolder" verb=""
|
|
_label="Subscribe" _tip="Add folder to your list of subscribed folders"
|
|
pixtype="pixbuf"/>
|
|
|
|
<toolitem name="UnsubscribeFolder" verb=""
|
|
_label="Unsubscribe" _tip="Remove folder from your list of subscribed folders"
|
|
pixtype="pixbuf"/>
|
|
|
|
<separator f=""/>
|
|
|
|
<toolitem name="RefreshList" verb=""
|
|
_label="Refresh List" _tip="Refresh List of Folders"
|
|
pixtype="pixbuf"/>
|
|
|
|
</dockitem>
|
|
|
|
</Root>
|