aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Loper <mloper@src.gnome.org>2000-05-11 01:36:59 +0800
committerMatthew Loper <mloper@src.gnome.org>2000-05-11 01:36:59 +0800
commit635c43d1c915b27762d0f57e97f946579e6d986d (patch)
tree493471a94a3c1e28c0387b3e985d7b9885048228
parent0445c24e8e258473c6317b810345904e6bebf0e8 (diff)
downloadgsoc2013-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
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/gui/calendar-commands.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 00eeb678be..5f90f5b41c 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,8 @@
+2000-05-10 Matt Loper <matt@helixcode.com>
+
+ * gui/calendar-commands.c (calendar_control_activate): Move
+ "about" menuitem to the help menu.
+
2000-05-10 Christopher James Lahey <clahey@helixcode.com>
* gui/Makefile.am: Added main.h. Combined the two EXTRA_DIST
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,