2001-10-29 Federico Mena Quintero <federico@ximian.com> * gui/tasks-control.c (pixmaps): Fix the verb names for the pixmaps in the Edit menu; they were out of synch with the XML UI description. svn path=/trunk/; revision=14380
69 lines
2.0 KiB
XML
69 lines
2.0 KiB
XML
<Root>
|
|
|
|
<commands>
|
|
<cmd name="TasksNewTask" pixtype="pixbuf" _tip="Create a new task"/>
|
|
<cmd name="TasksDelete" _label="Delete" _tip="Delete selected tasks"
|
|
accel="Delete" sensitive="0"/>
|
|
|
|
<cmd name="TasksCut" _tip="Cut selected task" accel="*Control*x"/>
|
|
<cmd name="TasksCopy" _tip="Copy selected task" accel="*Control*c"/>
|
|
<cmd name="TasksPaste" _tip="Paste task from the clipboard" accel="*Control*v"/>
|
|
|
|
<cmd name="TasksSettings" _tip="Configure the task view's settings"/>
|
|
</commands>
|
|
|
|
<menu>
|
|
<submenu name="File">
|
|
|
|
<submenu name="New">
|
|
<placeholder name="NewFirstItem">
|
|
<menuitem name="NewTask"
|
|
verb="TasksNewTask"
|
|
_label="_Task"
|
|
accel="*Control*n"
|
|
pixtype="pixbuf"/>
|
|
</placeholder>
|
|
</submenu>
|
|
|
|
</submenu>
|
|
|
|
<placeholder name="EditPlaceholder">
|
|
<submenu name="Edit" _label="_Edit">
|
|
<menuitem name="TasksCut" verb="" _label="C_ut" pixtype="pixbuf"/>
|
|
<menuitem name="TasksCopy" verb="" _label="_Copy" pixtype="pixbuf"/>
|
|
<menuitem name="TasksPaste" verb="" _label="_Paste" pixtype="pixbuf"/>
|
|
<menuitem name="TasksDelete" verb="" _label="_Delete" pixtype="pixbuf"/>
|
|
</submenu>
|
|
</placeholder>
|
|
|
|
<submenu name="Tools">
|
|
<placeholder name="ComponentPlaceholder">
|
|
<menuitem name="TasksSettings"
|
|
_label="Tasks Settings..."
|
|
verb="" pixtype="pixbuf"/>
|
|
<separator/>
|
|
</placeholder>
|
|
</submenu>
|
|
</menu>
|
|
|
|
<dockitem name="Toolbar">
|
|
<toolitem name="New" _label="New Task" verb="TasksNewTask"
|
|
priority="1" pixtype="pixbuf"/>
|
|
|
|
<separator/>
|
|
|
|
<toolitem name="Cut" _label="Cut" verb="TasksCut"
|
|
pixtype="pixbuf"/>
|
|
<toolitem name="Copy" _label="Copy" verb="TasksCopy"
|
|
pixtype="pixbuf"/>
|
|
<toolitem name="Paste" _label="Paste" verb="TasksPaste"
|
|
pixtype="pixbuf"/>
|
|
|
|
<separator/>
|
|
|
|
<toolitem name="Delete" verb="TasksDelete" pixtype="pixbuf"/>
|
|
|
|
</dockitem>
|
|
|
|
</Root>
|