From d0f7366f5b30e27d3e14b6c25c66e40f90152f56 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 19 May 2010 16:34:22 +0800 Subject: [PATCH] Builder/Window.js --- Builder/Window.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, -- 2.39.2