Guided by Jacub Stener's mail, where he explaned which icons were renamed or added, I added a bunch of new icons to menus, fixed renamed ones. Changed Trash and Executive summary folder type icons. Fixed art/Makefile.am for these changes. Also, pulled icon cache from mailer and moved it to e-util/e-gui-utils.h, made all components and dialogs use cache and not load pixmaps every time. Accidentally got a couple of includes fix in, but they won't break anything. svn path=/trunk/; revision=9092
85 lines
1.4 KiB
XML
85 lines
1.4 KiB
XML
<Root>
|
|
|
|
<commands>
|
|
<cmd name="TasksNewTask" pixtype="stock" pixname="New"
|
|
_tip="Create a new task" verb="TasksNewTask"/>
|
|
</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>
|
|
|
|
<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 Task" verb="TasksNewTask"
|
|
priority="1"/>
|
|
|
|
<separator/>
|
|
|
|
<toolitem name="Print" _label="Print"
|
|
_tip="Print" verb="TasksPrint"
|
|
pixtype="stock" pixname="Print"/>
|
|
|
|
</dockitem>
|
|
|
|
</Root>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|