From 795956eec8940a25967b9f6bb5e3fa2f76953864 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Tue, 16 May 2000 07:33:43 +0000 Subject: Alarm stuff I had not cvs added, sigh - Federico 2000-05-14 Federico Mena Quintero * gui/gnome-cal.c (display_notification): Use the alarm notification dialog. (display_notification_cb): New callback for the result of the alarm notification dialog. * gui/dialogs/alarm-notify.glade: New file with the alarm notification dialog. * gui/dialogs/alarm-notify-dialog.[ch]: New file. * gui/dialogs/Makefile.am: New file. * gui/Makefile.am (SUBDIRS): Added the dialogs directory. 2000-05-13 Federico Mena Quintero * gui/gnome-cal.c (trigger_alarm_cb): Better error checking, and plug leaks of str_ico and ico. * gui/evolution-calendar-control.c (main): Initialize libglade. svn path=/trunk/; revision=3072 --- calendar/gui/dialogs/alarm-notify.glade.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 calendar/gui/dialogs/alarm-notify.glade.h (limited to 'calendar/gui/dialogs/alarm-notify.glade.h') diff --git a/calendar/gui/dialogs/alarm-notify.glade.h b/calendar/gui/dialogs/alarm-notify.glade.h new file mode 100644 index 0000000000..c7b8918e06 --- /dev/null +++ b/calendar/gui/dialogs/alarm-notify.glade.h @@ -0,0 +1,10 @@ +/* + * Translatable strings file generated by Glade. + * Add this file to your project's POTFILES.in. + * DO NOT compile it as part of your application. + */ + +gchar *s = N_("Close"); +gchar *s = N_("Snooze"); +gchar *s = N_("Edit appointment"); +gchar *s = N_("Snooze time (minutes)"); -- cgit v1.2.3