diff options
author | Federico Mena Quintero <federico@nuclecu.unam.mx> | 1999-02-02 04:56:10 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1999-02-02 04:56:10 +0800 |
commit | 9760a8f9712378bbd32b8cd502bf4ebf53104c51 (patch) | |
tree | 1cdd00dd4700523653a3e6dd13d3be79d2075b55 /calendar/gui/eventedit.c | |
parent | 85c77e6adfa08af783ff4a16756dc7612ec9ed1f (diff) | |
download | gsoc2013-evolution-9760a8f9712378bbd32b8cd502bf4ebf53104c51.tar gsoc2013-evolution-9760a8f9712378bbd32b8cd502bf4ebf53104c51.tar.gz gsoc2013-evolution-9760a8f9712378bbd32b8cd502bf4ebf53104c51.tar.bz2 gsoc2013-evolution-9760a8f9712378bbd32b8cd502bf4ebf53104c51.tar.lz gsoc2013-evolution-9760a8f9712378bbd32b8cd502bf4ebf53104c51.tar.xz gsoc2013-evolution-9760a8f9712378bbd32b8cd502bf4ebf53104c51.tar.zst gsoc2013-evolution-9760a8f9712378bbd32b8cd502bf4ebf53104c51.zip |
Set the title of the event editor window.
1999-02-01 Federico Mena Quintero <federico@nuclecu.unam.mx>
* eventedit.c (event_editor_init): Set the title of the event
editor window.
svn path=/trunk/; revision=639
Diffstat (limited to 'calendar/gui/eventedit.c')
-rw-r--r-- | calendar/gui/eventedit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/eventedit.c b/calendar/gui/eventedit.c index 05b9f1e126..76816bd803 100644 --- a/calendar/gui/eventedit.c +++ b/calendar/gui/eventedit.c @@ -1450,6 +1450,7 @@ static void event_editor_init (EventEditor *ee) { ee->ical = 0; + gtk_window_set_title (GTK_WINDOW (ee), _("Create new appointment")); gnome_dialog_set_close (GNOME_DIALOG(ee), TRUE); } |