diff options
author | JP Rosevear <jpr@ximian.com> | 2001-02-09 08:48:07 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-02-09 08:48:07 +0800 |
commit | fd6e9b75700544aec9ce03e5380e7385f4cce4f8 (patch) | |
tree | 2c615e0eeb82ba21a6e313278332e4c24925ec97 /calendar/gui/event-editor-dialog.glade.h | |
parent | 11c5b60d8cae375aed02a6bb1cfb8c483550158b (diff) | |
download | gsoc2013-evolution-fd6e9b75700544aec9ce03e5380e7385f4cce4f8.tar gsoc2013-evolution-fd6e9b75700544aec9ce03e5380e7385f4cce4f8.tar.gz gsoc2013-evolution-fd6e9b75700544aec9ce03e5380e7385f4cce4f8.tar.bz2 gsoc2013-evolution-fd6e9b75700544aec9ce03e5380e7385f4cce4f8.tar.lz gsoc2013-evolution-fd6e9b75700544aec9ce03e5380e7385f4cce4f8.tar.xz gsoc2013-evolution-fd6e9b75700544aec9ce03e5380e7385f4cce4f8.tar.zst gsoc2013-evolution-fd6e9b75700544aec9ce03e5380e7385f4cce4f8.zip |
fill in new classification stuff properly (get_widgets): load new class.
2001-02-08 JP Rosevear <jpr@ximian.com>
* gui/dialogs/task-editor.c (fill_widgets): fill in new classification stuff properly
(get_widgets): load new class. widgets
(init_widgets): if the class. widgets change, mark the dialog dirty
(dialog_to_comp_object): set the comp class. from the new widgets
* gui/dialogs/task-editor-dialog.glade: Make more consistent,
fixing bugs 1247 and 1249
* gui/dialogs/task-editor.c (fill_widgets):
* gui/event-editor-dialog.glade: Gui tidying
* gui/event-editor.c: Remove old alarm cruft
* cal-util/cal-component.c (cal_component_set_url): Don't try and
write an empty string as a property
svn path=/trunk/; revision=8132
Diffstat (limited to 'calendar/gui/event-editor-dialog.glade.h')
-rw-r--r-- | calendar/gui/event-editor-dialog.glade.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/calendar/gui/event-editor-dialog.glade.h b/calendar/gui/event-editor-dialog.glade.h index 82296cb106..f4008b76e5 100644 --- a/calendar/gui/event-editor-dialog.glade.h +++ b/calendar/gui/event-editor-dialog.glade.h @@ -4,9 +4,8 @@ * DO NOT compile it as part of your application. */ -gchar *s = N_("event-editor-dialog"); gchar *s = N_("Su_mmary:"); -gchar *s = N_("Time"); +gchar *s = N_("Date & Time"); gchar *s = N_("_Start time:"); gchar *s = N_("_End time:"); gchar *s = N_("A_ll day event"); @@ -14,7 +13,7 @@ gchar *s = N_("Classification"); gchar *s = N_("Pu_blic"); gchar *s = N_("Pri_vate"); gchar *s = N_("_Confidential"); -gchar *s = N_("_Contacts"); +gchar *s = N_("_Contacts..."); gchar *s = N_("Ca_tegories..."); gchar *s = N_("Appointment"); gchar *s = N_("Appointment Basics"); |