diff --git a/CSharp/Engines/GTK/UniversalEditor.Engines.GTK/gtk-gui/UniversalEditor.Engines.GTK.Dialogs.CreateDocumentDialog.cs b/CSharp/Engines/GTK/UniversalEditor.Engines.GTK/gtk-gui/UniversalEditor.Engines.GTK.Dialogs.CreateDocumentDialog.cs index 98fc960b..15fa5134 100644 --- a/CSharp/Engines/GTK/UniversalEditor.Engines.GTK/gtk-gui/UniversalEditor.Engines.GTK.Dialogs.CreateDocumentDialog.cs +++ b/CSharp/Engines/GTK/UniversalEditor.Engines.GTK/gtk-gui/UniversalEditor.Engines.GTK.Dialogs.CreateDocumentDialog.cs @@ -41,7 +41,9 @@ namespace UniversalEditor.Engines.GTK.Dialogs this.GtkAlignment3.Name = "GtkAlignment3"; this.GtkAlignment3.LeftPadding = ((uint)(12)); // Container child GtkAlignment3.Gtk.Container+ContainerChild - this.omb = null; + this.omb = new global::UniversalEditor.Engines.GTK.ObjectModelBrowser (); + this.omb.Events = ((global::Gdk.EventMask)(256)); + this.omb.Name = "omb"; this.GtkAlignment3.Add (this.omb); this.frame2.Add (this.GtkAlignment3); this.GtkLabel3 = new global::Gtk.Label ();