diff options
author | Seth Alves <alves@src.gnome.org> | 2000-04-21 23:53:32 +0800 |
---|---|---|
committer | Seth Alves <alves@src.gnome.org> | 2000-04-21 23:53:32 +0800 |
commit | 9c9f6d76dcbc7a24849e3ff934564700521efd9d (patch) | |
tree | 7bd006f733ed3117b4b3c0f74c7a7cce46a44484 | |
parent | 8aa7ee9748e95e1ed7bb42ab088cf642ce3260cd (diff) | |
download | gsoc2013-evolution-9c9f6d76dcbc7a24849e3ff934564700521efd9d.tar gsoc2013-evolution-9c9f6d76dcbc7a24849e3ff934564700521efd9d.tar.gz gsoc2013-evolution-9c9f6d76dcbc7a24849e3ff934564700521efd9d.tar.bz2 gsoc2013-evolution-9c9f6d76dcbc7a24849e3ff934564700521efd9d.tar.lz gsoc2013-evolution-9c9f6d76dcbc7a24849e3ff934564700521efd9d.tar.xz gsoc2013-evolution-9c9f6d76dcbc7a24849e3ff934564700521efd9d.tar.zst gsoc2013-evolution-9c9f6d76dcbc7a24849e3ff934564700521efd9d.zip |
moved "About Calendar" into the View menu so it shows up.
* gui/calendar-commands.c (calendar_control_activate): moved
"About Calendar" into the View menu so it shows up.
svn path=/trunk/; revision=2545
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/gui/calendar-commands.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 4a746a513d..e7b95e8f8a 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2000-04-21 Seth Alves <alves@hungry.com> + + * gui/calendar-commands.c (calendar_control_activate): moved + "About Calendar" into the View menu so it shows up. + 2000-04-20 Seth Alves <alves@hungry.com> * gui/gnome-cal.c (gnome_calendar_changed_cb): new function: callback diff --git a/calendar/gui/calendar-commands.c b/calendar/gui/calendar-commands.c index a052b8ebf7..d6e10f214b 100644 --- a/calendar/gui/calendar-commands.c +++ b/calendar/gui/calendar-commands.c @@ -537,7 +537,7 @@ calendar_control_activate (BonoboControl *control, /* help menu */ bonobo_ui_handler_menu_new_item (uih, - "/Help/About Calendar", + "/View/About Calendar", N_("About Calendar"), N_("About Calendar"), -1, |