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
74 lines
2.6 KiB
XML
74 lines
2.6 KiB
XML
<Root>
|
|
<commands>
|
|
<cmd name="ViewRole" _label="R_ole Field"
|
|
_tip="Toggles whether the Role field is displayed"
|
|
type="toggle" state="0"/>
|
|
|
|
<cmd name="ViewRSVP" _label="_RSVP"
|
|
_tip="Toggles whether the RSVP field is displayed"
|
|
type="toggle" state="0"/>
|
|
|
|
<cmd name="ViewType" _label="_Type Field"
|
|
_tip="Toggles whether the Attendee Type field is displayed"
|
|
type="toggle" state="0"/>
|
|
|
|
<cmd name="ViewStatus" _label="_Status Field"
|
|
_tip="Toggles whether the Status field is displayed"
|
|
type="toggle" state="0"/>
|
|
|
|
<cmd name="ViewTimeZone" _label="Time _Zone"
|
|
_tip="Toggles whether the time zone is displayed"
|
|
type="toggle" state="0" pixtype="pixbuf"/>
|
|
|
|
<cmd name="ViewCategories" _label="_Categories"
|
|
_tip="Toggles whether to display categories"
|
|
type="toggle" state="0"/>
|
|
|
|
<cmd name="ActionClassPublic" _label="Pu_blic"
|
|
type="radio" group="class" _tip="Classify as public"/>
|
|
|
|
<cmd name="ActionClassPrivate" _label="_Private"
|
|
type="radio" group="class" _tip="Classify as Private"/>
|
|
|
|
<cmd name="ActionClassConfidential" _label="_Confidential"
|
|
type="radio" group="class" _tip="Classify as Confidential"/>
|
|
|
|
<cmd name="OptionStatus"
|
|
_tip="Click change / view the status details of the task" accel="*Control*t" pixtype="pixbuf"/>
|
|
<cmd name="InsertSendOptions" _label="_Send Options"
|
|
_tip="Insert advanced send options"/>
|
|
|
|
</commands>
|
|
|
|
<menu>
|
|
<submenu name="View">
|
|
<placeholder name="AttendeeOptions">
|
|
<menuitem name="ViewType" verb="" />
|
|
<menuitem name="ViewStatus" verb="" />
|
|
<menuitem name="ViewRole" verb="" />
|
|
<menuitem name="ViewRSVP" verb="" />
|
|
<separator f="" name="timezonesep"/>
|
|
<menuitem name="ViewTimeZone" verb=""/>
|
|
<menuitem name="ViewCategories" verb=""/>
|
|
</placeholder>
|
|
</submenu>
|
|
<submenu name="Insert">
|
|
<menuitem name="InsertSendOptions" verb="" _label="Send Options"/>
|
|
</submenu>
|
|
<submenu name="Options">
|
|
<submenu name="Classification" _label="_Classification">
|
|
<menuitem name="ActionClassPublic" id="ActionClassPublic" verb=""/>
|
|
<menuitem name="ActionClassPrivate" id="ActionClassPrivate" verb=""/>
|
|
<menuitem name="ActionClassConfidential" id="ActionClassConfidential" verb=""/>
|
|
</submenu>
|
|
<menuitem name="OptionStatus" verb="" _label="_Status Details"/>
|
|
</submenu>
|
|
</menu>
|
|
|
|
<dockitem name="Toolbar">
|
|
<toolitem name="ViewTimeZone" verb="" _label="Time Zone" pixtype="pixbuf"/>
|
|
<toolitem name="OptionStatus" verb="" _label="Status Details" pixtype="pixbuf"/>
|
|
</dockitem>
|
|
|
|
</Root>
|