From 88116cf2ea5d12b4d9e954fa004a6f72474d72ec Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Sat, 28 Oct 2000 00:50:11 +0000 Subject: Connect to the recurrence ending menu. (recur_ending_selection_done_cb): 2000-10-27 Federico Mena Quintero * gui/event-editor.c (init_widgets): Connect to the recurrence ending menu. (recur_ending_selection_done_cb): Implemented. (make_recurrence_ending_special): Implemented. (make_recur_ending_until_special): Implemented. (fill_ending_date): Implemented. (make_recur_ending_count_special): Implemented. (simple_recur_to_comp_object): Fill in the ending date. (clear_widgets): Clear the recurrence ending widgets. * gui/event-editor-dialog.glade: Moved the recurrence type radio buttons to a single hbox to save space. Fixed the lower value of the recurrence interval spin button. Removed the stale widgets from the recurrence ending date part. svn path=/trunk/; revision=6245 --- calendar/gui/event-editor-dialog.glade.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'calendar/gui/event-editor-dialog.glade.h') diff --git a/calendar/gui/event-editor-dialog.glade.h b/calendar/gui/event-editor-dialog.glade.h index 4ac32e4643..8266d8dcdd 100644 --- a/calendar/gui/event-editor-dialog.glade.h +++ b/calendar/gui/event-editor-dialog.glade.h @@ -88,6 +88,7 @@ gchar *s = N_("_Starting date:"); gchar *s = N_("Recurrence Rule"); gchar *s = N_("No recurrence"); gchar *s = N_("Simple recurrence"); +gchar *s = N_("Custom recurrence"); gchar *s = N_("Every"); gchar *s = N_("day(s)"); gchar *s = N_("week(s)"); @@ -96,12 +97,6 @@ gchar *s = N_("year(s)"); gchar *s = N_("for"); gchar *s = N_("until"); gchar *s = N_("forever"); -gchar *s = N_("days"); -gchar *s = N_("weeks"); -gchar *s = N_("months"); -gchar *s = N_("years"); -gchar *s = N_("iterations"); -gchar *s = N_("Custom recurrence"); gchar *s = N_("Exceptions"); gchar *s = N_("Add"); gchar *s = N_("Modify"); @@ -109,5 +104,5 @@ gchar *s = N_("Delete"); gchar *s = N_("label21"); gchar *s = N_("This appointment has custom recurrence rules that cannot be edited by Evolution.\n" "\n" - "However, the appointment will recur at the appropriate time and be displayed in the calendar views."); + "However, the appointment will recur at the appropriate time and will be displayed properly in the calendar views."); gchar *s = N_("Recurrence"); -- cgit v1.2.3