diff options
author | Jesse Pavel <jpavel@src.gnome.org> | 2000-11-08 06:40:07 +0800 |
---|---|---|
committer | Jesse Pavel <jpavel@src.gnome.org> | 2000-11-08 06:40:07 +0800 |
commit | e3277a25faf64f4b8f2525a217b66a974c54126f (patch) | |
tree | 1403443f019c81cd65e1f6a1cb7fa70af6602f3e /ui | |
parent | b20396dd8b4146f3577e3629cf8bcb8f9920de52 (diff) | |
download | gsoc2013-evolution-e3277a25faf64f4b8f2525a217b66a974c54126f.tar.gz gsoc2013-evolution-e3277a25faf64f4b8f2525a217b66a974c54126f.tar.zst gsoc2013-evolution-e3277a25faf64f4b8f2525a217b66a974c54126f.zip |
removed ``FIXME'' from the ``Schedule Meeting'' menu.
* evolution-event-editor.xml: removed ``FIXME'' from the ``Schedule Meeting''
menu.
svn path=/trunk/; revision=6492
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-event-editor.xml | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 94adfc3c12..540fbfd519 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2000-11-07 Jesse Pavel <jpavel@helixcode.com> + + * evolution-event-editor.xml: removed ``FIXME'' from the ``Schedule Meeting'' + menu. + 2000-11-06 Jeffrey Stedfast <fejj@helixcode.com> * evolution-mail.xml: Updated Message menu. diff --git a/ui/evolution-event-editor.xml b/ui/evolution-event-editor.xml index 5460052e2b..ff65d64b2f 100644 --- a/ui/evolution-event-editor.xml +++ b/ui/evolution-event-editor.xml @@ -65,7 +65,7 @@ <cmd name="GoNext" _label="Next" _tip="Go to the next item" pixtype="stock" pixname="Forward"/> - <menuitem name="ActionScheduleMeeting" _label="FIXME: Schedule Meeting" + <menuitem name="ActionScheduleMeeting" _label="Schedule Meeting" _tip="Schedule some sort of a meeting"/> <cmd name="HelpAbout" _label="About..." _tip="About this application" @@ -347,4 +347,4 @@ <item name="main"/> </status> -</Root>
\ No newline at end of file +</Root> |