From: Alan Knowles Date: Wed, 19 May 2010 08:34:22 +0000 (+0800) Subject: Builder/Window.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=d0f7366f5b30e27d3e14b6c25c66e40f90152f56;p=app.Builder.js Builder/Window.js --- diff --git a/Builder/Window.js b/Builder/Window.js index 6c8ab81f3..5433cad7c 100755 --- a/Builder/Window.js +++ b/Builder/Window.js @@ -148,10 +148,11 @@ Window = new XObject({ { xtype: Gtk.Notebook, "pack":"add", + "id" : "BottomPane", "init":function() { XObject.prototype.init.call(this); this.el.set_tab_label(this.items[0].el, new Gtk.Label({ label : "Code Editor" })); - this.el.set_tab_label(this.items[1].el, new Gtk.Label({ label : "Console" })); + this.el.set_tab_label(this.items[1].el, new Gtk.Label({ label : "Console" })); }, items : [ RightEditor,