Files
evolution/ui/evolution-subscribe.xml
Ettore Perazzoli dc294f8a4f Change the behavior of all the toolbars to be "exclusive".
svn path=/trunk/; revision=5863
2000-10-11 20:42:43 +00:00

56 lines
1.2 KiB
XML

<Root>
<menu>
<submenu name="File" _label="_File">
<menuitem name="FileCloseWin" verb=""
_label="Close"/>
</submenu>
<submenu name="Edit" _label="_Edit">
<menuitem name="EditSelectAll" verb=""
_label="Select _All"/>
<menuitem name="EditUnSelectAll" verb=""
_label="_Unselect All"/>
</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="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/>
<toolitem name="RefreshList" verb=""
_label="Refresh List" _tip="Refresh List of Folders"
pixtype="pixbuf"/>
<separator/>
<control name="FolderSearch"/>
</dockitem>
</Root>