aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/event-editor-dialog.glade.h
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@helixcode.com>2000-06-02 07:55:32 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2000-06-02 07:55:32 +0800
commit828df57f1f940bad350aada8d90e5f860fefc611 (patch)
tree8f1333d8af05daec5cf3378f7bc7df75f08afa04 /calendar/gui/event-editor-dialog.glade.h
parentcfd8facc65f6c9d7d35355cd0ad88befd9bc6910 (diff)
downloadgsoc2013-evolution-828df57f1f940bad350aada8d90e5f860fefc611.tar
gsoc2013-evolution-828df57f1f940bad350aada8d90e5f860fefc611.tar.gz
gsoc2013-evolution-828df57f1f940bad350aada8d90e5f860fefc611.tar.bz2
gsoc2013-evolution-828df57f1f940bad350aada8d90e5f860fefc611.tar.lz
gsoc2013-evolution-828df57f1f940bad350aada8d90e5f860fefc611.tar.xz
gsoc2013-evolution-828df57f1f940bad350aada8d90e5f860fefc611.tar.zst
gsoc2013-evolution-828df57f1f940bad350aada8d90e5f860fefc611.zip
Change of plans. The toplevel GnomeApp is now generated with Glade instead
2000-06-01 Federico Mena Quintero <federico@helixcode.com> * gui/event-editor-dialog.glade: Change of plans. The toplevel GnomeApp is now generated with Glade instead of being created in the program code. Otherwise we can't migrate the accelerators to the new toplevel and they won't work. * gui/event-editor.[ch]: EventEditor now derives from GtkObject. This lets us use the GnomeApp created by libglade and still have signals and stuff. * gui/event-editor.c (create_menu): Tell the UI handler that the menubar is the GnomeApp's existing one, not to create a new one. (create_toolbar): Tell the UI handler to use the GnomeApp's existing toolbar. (event_editor_focus): New function to raise/focus an event editor. * gui/gnome-cal.c (gnome_calendar_edit_object): Use event_editor_focus(). svn path=/trunk/; revision=3348
Diffstat (limited to 'calendar/gui/event-editor-dialog.glade.h')
-rw-r--r--calendar/gui/event-editor-dialog.glade.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/event-editor-dialog.glade.h b/calendar/gui/event-editor-dialog.glade.h
index 6117bfe22f..d4712e6de6 100644
--- a/calendar/gui/event-editor-dialog.glade.h
+++ b/calendar/gui/event-editor-dialog.glade.h
@@ -4,7 +4,7 @@
* DO NOT compile it as part of your application.
*/
-gchar *s = N_("window1");
+gchar *s = N_("event-editor-dialog");
gchar *s = N_("_Owner:");
gchar *s = N_("_Summary:");
gchar *s = N_("Time");