diff options
Diffstat (limited to 'calendar/gui/main.c')
-rw-r--r-- | calendar/gui/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/main.c b/calendar/gui/main.c index 0c41fb77a5..54fdbaaa2b 100644 --- a/calendar/gui/main.c +++ b/calendar/gui/main.c @@ -123,7 +123,7 @@ void display_objedit (GtkWidget *widget, GnomeCalendar *gcal) { if (!gcal->event_editor){ - gcal->event_editor = event_editor_new (); + gcal->event_editor = event_editor_new (NULL); gtk_widget_show (gcal->event_editor); } } @@ -178,7 +178,7 @@ GnomeUIInfo gnome_cal_about_menu [] = { }; GnomeUIInfo gnome_cal_edit_menu [] = { - { GNOME_APP_UI_ITEM, N_("Appointment"), NULL, display_objedit }, + { GNOME_APP_UI_ITEM, N_("New appointment"), NULL, display_objedit }, GNOMEUIINFO_END }; |