From b707ff2b15af01713ebac9a572b798485bb4b288 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Tue, 21 Apr 1998 23:55:49 +0000 Subject: Made it use GncalDayPanel. 1998-04-21 Federico Mena Quintero * gnome-cal.c: Made it use GncalDayPanel. * gncal-day-panel.c: New widget for the day view in the main calendar toplevel. It basically takes care of everything gnome-cal did by hand with respect to the day view. * Makefile.am (gnomecal_SOURCES): Added gncal-day-panel.[ch] to the rules. * main.c: Added a separator between the About menu item and the help topics. svn path=/trunk/; revision=177 --- calendar/gui/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'calendar/gui/main.c') diff --git a/calendar/gui/main.c b/calendar/gui/main.c index 14a4a183a1..0f70bb1cd4 100644 --- a/calendar/gui/main.c +++ b/calendar/gui/main.c @@ -298,6 +298,7 @@ static GnomeUIInfo gnome_cal_file_menu [] = { static GnomeUIInfo gnome_cal_about_menu [] = { { GNOME_APP_UI_ITEM, N_("About"), NULL, about_calendar_cmd, NULL, NULL, GNOME_APP_PIXMAP_STOCK, GNOME_STOCK_MENU_ABOUT }, + GNOMEUIINFO_SEPARATOR, GNOMEUIINFO_HELP ("cal"), GNOMEUIINFO_END }; -- cgit v1.2.3