diff options
Diffstat (limited to 'ui/evolution.xml')
-rw-r--r-- | ui/evolution.xml | 164 |
1 files changed, 0 insertions, 164 deletions
diff --git a/ui/evolution.xml b/ui/evolution.xml deleted file mode 100644 index 40d9be4cbd..0000000000 --- a/ui/evolution.xml +++ /dev/null @@ -1,164 +0,0 @@ -<Root> - <commands> - <cmd name="FileClose" _label="Close" _tip="Close this window" - pixtype="stock" pixname="Close" accel="*Control*w"/> - - <cmd name="FileExit" _label="Exit" _tip="Exit the program" - pixtype="stock" pixname="Exit" accel="*Control*q"/> - - <cmd name="ViewShortcutBar" type="toggle" - _label="Show the _Shortcut Bar" - _tip="Toggle whether to show the shortcut bar"/> - - <cmd name="ViewFolderBar" type="toggle" - _label="Show the _Folder Bar" - _tip="Toggle whether to show the folder bar"/> - - <cmd name="HelpSubmitBug" _label="Submit Bug Report" - _tip="Submit bug report using Bug Buddy."/> - - - <cmd name="HelpAbout" _label="About Evolution..." - _tip="Show information about Evolution" - pixtype="stock" pixname="About"/> - - <cmd name="BonoboCustomize" _label="Customize" - _tip="Customize toolbars" - pixtype="stock" pixname="Preferences"/> - </commands> - - <menu> - <submenu name="File" _label="_File"> - <submenu name="New" _label="_New"> - <menuitem name="View" verb="NewView" _label="_View" - accel="*Control**Shift*v" - pixtype="stock" pixname="New"/> - - <menuitem name="Folder" verb="NewFolder" - _label="_Folder" - accel="*Control**Shift*f"/> - - <menuitem name="Shortcut" verb="NewBarShortcut" - _label="Evolution bar _shortcut" - accel="*Control**Shift*s"/> - - <separator/> - - <menuitem name="Mail" verb="NewMailMessage" - _label="_Mail message" - accel="*Control**Shift*m"/> - - <menuitem name="Appointment" verb="NewAppointment" - _label="_Appointment (FIXME)" - accel="*Control**Shift*a"/> - - <menuitem name="Contact" verb="NewContact" - _label="_Contact (FIXME)" - accel="*Control**Shift*c"/> - - <menuitem name="Task" verb="NewTask" - _label="_Task (FIXME)" - accel="*Control**Shift*t"/> - - <placeholder name="NewItems"/> - </submenu> - - <placeholder name="FileOps"/> - - <separator/> - - <menuitem name="FileImporter" verb="" - _label="_Import file..." - _tip="Import an external file format" accel="*Control*i"/> - - <menuitem name="FileGoToFolder" verb="" - _label="_Go to Folder..." - _tip="Display a different folder" accel="*Control*g"/> - - <placeholder name="Print" delimit="top"/> - - <separator/> - - <menuitem name="FileClose" verb="" - _label="_Close"/> - - <menuitem name="FileExit" verb="" _label="E_xit"/> - - </submenu> - - <submenu name="Edit" _label="_Edit"> - - <placeholder/> - - <menuitem name="BonoboCustomize" verb="" - _label="Customi_ze..." pos="bottom"/> - - </submenu> - - <submenu name="View" _label="_View"> - - <menuitem name="ShortcutBar" id="ViewShortcutBar" - accel="*Control*s"/> - <menuitem name="FolderBar" id="ViewFolderBar" accel="*Control*f"/> - - </submenu> - - <submenu name="Settings" _label="_Settings"/> - - <placeholder name="Component"/> - - <submenu name="Help" _label="_Help"> - - <menuitem name="HelpIndex" verb="" - _label="_Index" - accel="*Control*h"/> - - <menuitem name="HelpGetStarted" verb="" - _label="Getting _Started" - /> - - <menuitem name="HelpUsingMail" verb="" - _label="Using the _Mailer" - /> - - <menuitem name="HelpUsingCalendar" verb="" - _label="Using the _Calendar" - /> - - <menuitem name="HelpUsingContact" verb="" - _label="Using the C_ontact Manager" - /> - - <separator/> - - <menuitem name="HelpSubmitBug" verb="" - _label="Submit _Bug Report"/> - - <separator/> - - <menuitem name="HelpAbout" verb="" - _label="_About Evolution..."/> - - </submenu> - </menu> - - <dockitem name="Toolbar" relief="none" behavior="exclusive" - _tip="Main toolbar" hlook="text" vlook="icon"/> - - <status> - <item name="main"/> - <control name="Progress"/> - </status> -</Root> - - - - - - - - - - - - |