diff options
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/calendar-component.c | 8 | ||||
-rw-r--r-- | calendar/gui/component-factory.c | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/calendar/gui/calendar-component.c b/calendar/gui/calendar-component.c index 5b6bd08e19..979885c10f 100644 --- a/calendar/gui/calendar-component.c +++ b/calendar/gui/calendar-component.c @@ -640,14 +640,14 @@ create_object (void) evolution_shell_component_add_user_creatable_item (shell_component, CREATE_EVENT_ID, _("Create a new appointment"), - _("New _Appointment"), - 'a'); + _("New _Appointment"), 'a', + NULL); evolution_shell_component_add_user_creatable_item (shell_component, CREATE_TASK_ID, _("Create a new task"), - _("New _Task"), - 't'); + _("New _Task"), 't', + NULL); gtk_signal_connect (GTK_OBJECT (shell_component), "user_create_new_item", GTK_SIGNAL_FUNC (sc_user_create_new_item_cb), NULL); diff --git a/calendar/gui/component-factory.c b/calendar/gui/component-factory.c index 5b6bd08e19..979885c10f 100644 --- a/calendar/gui/component-factory.c +++ b/calendar/gui/component-factory.c @@ -640,14 +640,14 @@ create_object (void) evolution_shell_component_add_user_creatable_item (shell_component, CREATE_EVENT_ID, _("Create a new appointment"), - _("New _Appointment"), - 'a'); + _("New _Appointment"), 'a', + NULL); evolution_shell_component_add_user_creatable_item (shell_component, CREATE_TASK_ID, _("Create a new task"), - _("New _Task"), - 't'); + _("New _Task"), 't', + NULL); gtk_signal_connect (GTK_OBJECT (shell_component), "user_create_new_item", GTK_SIGNAL_FUNC (sc_user_create_new_item_cb), NULL); |