diff options
Diffstat (limited to 'js/IntegerOp/CONVERT.js')
-rw-r--r-- | js/IntegerOp/CONVERT.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/IntegerOp/CONVERT.js b/js/IntegerOp/CONVERT.js index 6df2a9c6..1b74ea61 100644 --- a/js/IntegerOp/CONVERT.js +++ b/js/IntegerOp/CONVERT.js @@ -379,4 +379,8 @@ function CONVERT() { } return new BasicBlock(this.x); } + CONVERT.prototype.get_popup_title = function CONVERT() { + var set_param_popup_title = msprintf("Set %s block parameters","CONVERT"); + return set_param_popup_title; + } } |