diff options
Diffstat (limited to 'calendar/gui/e-meeting-time-sel.h')
-rw-r--r-- | calendar/gui/e-meeting-time-sel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-meeting-time-sel.h b/calendar/gui/e-meeting-time-sel.h index a896af97c1..5d9911d24a 100644 --- a/calendar/gui/e-meeting-time-sel.h +++ b/calendar/gui/e-meeting-time-sel.h @@ -151,7 +151,7 @@ struct _EMeetingTimeSelector /* The vertical scrollbar which scrolls attendees & display_main. */ GtkWidget *vscrollbar; - /* The 2 GnomeDateEdit widgets for the meeting start & end times. */ + /* The 2 EDateEdit widgets for the meeting start & end times. */ GtkWidget *start_date_edit; GtkWidget *end_date_edit; |