new file for the Tasks controls.
2001-01-08 Damon Chaplin <damon@helixcode.com> * evolution-tasks.xml: new file for the Tasks controls. * Makefile.am (XML_FILES): added the above file. svn path=/trunk/; revision=7296
This commit is contained in:
committed by
Damon Chaplin
parent
be039ac004
commit
45b8f9d767
@ -1,3 +1,9 @@
|
||||
2001-01-08 Damon Chaplin <damon@helixcode.com>
|
||||
|
||||
* evolution-tasks.xml: new file for the Tasks controls.
|
||||
|
||||
* Makefile.am (XML_FILES): added the above file.
|
||||
|
||||
2001-01-02 Federico Mena Quintero <federico@helixcode.com>
|
||||
|
||||
* evolution-event-editor.xml:
|
||||
|
||||
@ -8,7 +8,8 @@ XML_FILES = \
|
||||
evolution-mail.xml \
|
||||
evolution-message-composer.xml \
|
||||
evolution-subscribe.xml \
|
||||
evolution-task-editor-dialog.xml
|
||||
evolution-task-editor-dialog.xml\
|
||||
evolution-tasks.xml
|
||||
|
||||
uidir = $(datadir)/gnome/ui
|
||||
ui_DATA = $(XML_FILES)
|
||||
|
||||
70
ui/evolution-tasks.xml
Normal file
70
ui/evolution-tasks.xml
Normal file
@ -0,0 +1,70 @@
|
||||
<Root>
|
||||
|
||||
<menu>
|
||||
<submenu name="File">
|
||||
|
||||
<placeholder name="FileOps">
|
||||
|
||||
<menuitem name="TasksSaveAs" verb=""
|
||||
_label="_Save As..."
|
||||
_tip="Save task as something else"
|
||||
accel="*Control*a"/>
|
||||
|
||||
</placeholder>
|
||||
|
||||
<placeholder name="Print">
|
||||
|
||||
<menuitem name="Print" verb="TasksPrint"
|
||||
_label="_Print"
|
||||
pixtype="stock" pixname="Print"
|
||||
accel="*Control*p"/>
|
||||
|
||||
</placeholder>
|
||||
|
||||
</submenu>
|
||||
|
||||
<submenu name="Edit">
|
||||
|
||||
|
||||
</submenu>
|
||||
|
||||
<submenu name="Settings">
|
||||
|
||||
<menuitem name="Preferences" _label="Tasks Preferences..."
|
||||
verb="TasksPreferences" _tip="Alter preferences"
|
||||
/>
|
||||
|
||||
</submenu>
|
||||
</menu>
|
||||
|
||||
<dockitem name="Toolbar">
|
||||
<toolitem name="New" _label="New"
|
||||
_tip="Create a new task" verb="TasksNewTask"
|
||||
pixtype="stock" pixname="New"/>
|
||||
|
||||
<separator/>
|
||||
|
||||
<toolitem name="Print" _label="Print"
|
||||
_tip="Print" verb="TasksPrint"
|
||||
pixtype="stock" pixname="Print"/>
|
||||
|
||||
</dockitem>
|
||||
|
||||
</Root>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user