From 156a9657910c830f4439d1b1f750f605b7a56e4a Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Fri, 1 Apr 2005 18:31:18 +0000 Subject: Fixes #41740 2005-04-01 Rodrigo Moya Fixes #41740 * gui/calendar-errors.xml: * gui/calendar-errors.xml.h: added editor error. * gui/alarm-notify/alarm-queue.c (edit_component): display error messages when we can't load the component in the editor. * gui/alarm-notify/Makefile.am: linked against libemiscwidgets.la. svn path=/trunk/; revision=29148 --- calendar/calendar-errors.xml.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'calendar/calendar-errors.xml.h') diff --git a/calendar/calendar-errors.xml.h b/calendar/calendar-errors.xml.h index cec7a7a993..bc83bdc92f 100644 --- a/calendar/calendar-errors.xml.h +++ b/calendar/calendar-errors.xml.h @@ -112,6 +112,10 @@ char *s = N_("Your tasks will not be available until Evolution is restarted."); char *s = N_("The Evolution calendar has quit unexpectedly."); /* calendar:calendar-crashed secondary */ char *s = N_("Your calendars will not be available until Evolution is restarted."); +/* calendar:editor-error primary */ +char *s = N_("Editor could not be loaded."); +/* calendar:editor-error secondary */ +char *s = N_("{0}."); /* calendar:prompt-delete-calendar primary */ char *s = N_("Delete calendar '{0}'?"); /* calendar:prompt-delete-calendar secondary */ -- cgit v1.2.3