diff options
author | JP Rosevear <jpr@novell.com> | 2005-01-05 03:38:07 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2005-01-05 03:38:07 +0800 |
commit | d69bcd6549f2f769b52181eb6e8a8e02558dc9ea (patch) | |
tree | 1055ecd0ad7f20b47574a69e3b8b277519a71547 /ui/evolution-task-editor.xml | |
parent | 64b318fd1b812737cc28b21469a28ad8226d0985 (diff) | |
download | gsoc2013-evolution-d69bcd6549f2f769b52181eb6e8a8e02558dc9ea.tar.gz gsoc2013-evolution-d69bcd6549f2f769b52181eb6e8a8e02558dc9ea.tar.zst gsoc2013-evolution-d69bcd6549f2f769b52181eb6e8a8e02558dc9ea.zip |
remove dead files
2005-01-04 JP Rosevear <jpr@novell.com>
* Makefile.am: remove dead files
svn path=/trunk/; revision=28237
Diffstat (limited to 'ui/evolution-task-editor.xml')
-rw-r--r-- | ui/evolution-task-editor.xml | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/ui/evolution-task-editor.xml b/ui/evolution-task-editor.xml deleted file mode 100644 index 0fa886850f..0000000000 --- a/ui/evolution-task-editor.xml +++ /dev/null @@ -1,41 +0,0 @@ -<Root> - -<commands> - - <cmd name="ActionAssignTask" _label="Assign Task" - _tip="Assign this task to others"/> - - <cmd name="ActionRefreshTask" _label="Re_fresh Task" - _tip="Obtain the latest task information"/> - - <cmd name="ActionCancelTask" _label="Cancel Task" - _tip="Cancel this task"/> - - <cmd name="ActionForward" _label="Forward as i_Calendar" - _tip="Forward this item via email"/> - -</commands> - -<menu> - -<submenu name="Actions" _label="_Actions"> - - <placeholder name="Actions"> - - <menuitem name="ActionAssignTask" verb=""/> - - <menuitem name="ActionRefreshTask" verb=""/> - - <menuitem name="ActionCancelTask" verb=""/> - - <separator f=""/> - - <menuitem name="ActionForward" verb=""/> - - </placeholder> - -</submenu> - -</menu> - -</Root> |