diff options
author | Matthew Loper <mloper@src.gnome.org> | 2000-05-11 01:36:59 +0800 |
---|---|---|
committer | Matthew Loper <mloper@src.gnome.org> | 2000-05-11 01:36:59 +0800 |
commit | 635c43d1c915b27762d0f57e97f946579e6d986d (patch) | |
tree | 493471a94a3c1e28c0387b3e985d7b9885048228 /calendar/gui | |
parent | 0445c24e8e258473c6317b810345904e6bebf0e8 (diff) | |
download | gsoc2013-evolution-635c43d1c915b27762d0f57e97f946579e6d986d.tar gsoc2013-evolution-635c43d1c915b27762d0f57e97f946579e6d986d.tar.gz gsoc2013-evolution-635c43d1c915b27762d0f57e97f946579e6d986d.tar.bz2 gsoc2013-evolution-635c43d1c915b27762d0f57e97f946579e6d986d.tar.lz gsoc2013-evolution-635c43d1c915b27762d0f57e97f946579e6d986d.tar.xz gsoc2013-evolution-635c43d1c915b27762d0f57e97f946579e6d986d.tar.zst gsoc2013-evolution-635c43d1c915b27762d0f57e97f946579e6d986d.zip |
Move "about" menuitem to the help menu.
* gui/calendar-commands.c (calendar_control_activate): Move
"about" menuitem to the help menu.
svn path=/trunk/; revision=2970
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/calendar-commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/calendar-commands.c b/calendar/gui/calendar-commands.c index 22b716b97d..e6d5adedb8 100644 --- a/calendar/gui/calendar-commands.c +++ b/calendar/gui/calendar-commands.c @@ -629,7 +629,7 @@ calendar_control_activate (BonoboControl *control, /* help menu */ bonobo_ui_handler_menu_new_item (uih, - "/View/About Calendar", + "/Help/About Calendar", N_("About Calendar"), N_("About Calendar"), -1, |