src/Builder4/DialogPluginWebkit.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 16 Apr 2015 08:41:42 +0000 (16:41 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 16 Apr 2015 08:41:42 +0000 (16:41 +0800)
src/Builder4/DialogPluginWebkit.vala

src/Builder4/DialogPluginWebkit.bjs
src/Builder4/DialogPluginWebkit.vala

index 5ba4212..8bda705 100644 (file)
@@ -8,7 +8,7 @@
  "items" : [
   {
    "id" : "DialogPluginWebkit",
-   "utf8 title" : "",
+   "utf8 title" : "Add / Edit Component",
    "gint default_height" : 500,
    "gboolean deletable" : true,
    "xtype" : "Dialog",
index 6c258eb..5fb526c 100644 (file)
@@ -25,7 +25,7 @@ public class Xcls_DialogPluginWebkit : Object
         // my vars (dec)
 
         // set gobject values
-        this.el.title = "";
+        this.el.title = "Add / Edit Component";
         this.el.default_height = 500;
         this.el.default_width = 500;
         this.el.deletable = true;