Roo/htmleditor/BlockFigure.js
[roojs1] / roojs-debug.js
index ca9f42c..38b158f 100644 (file)
@@ -47868,8 +47868,7 @@ Roo.extend(Roo.htmleditor.BlockFigure, Roo.htmleditor.Block, {
             {
                 xtype : 'Button',
                 text: 'Edit Src',
-                name : 'image_src',
-                
+                 
                 listeners : {
                     click: function (btn, state)
                     {
@@ -47878,7 +47877,7 @@ Roo.extend(Roo.htmleditor.BlockFigure, Roo.htmleditor.Block, {
                         Roo.MessageBox.show({
                             title : "Image Source URL",
                             msg : "Enter the url for the image",
-                            buttons: this.OKCANCEL,
+                            buttons: Roo.MessageBox.OKCANCEL,
                             fn: function(val){
                                 block().image_src = val;
                                 block().updateElement();