diff options
Diffstat (limited to 'js/Hydraulics/Flowmeter.js')
-rw-r--r-- | js/Hydraulics/Flowmeter.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/Hydraulics/Flowmeter.js b/js/Hydraulics/Flowmeter.js index 76c64588..931b00ef 100644 --- a/js/Hydraulics/Flowmeter.js +++ b/js/Hydraulics/Flowmeter.js @@ -73,4 +73,8 @@ function Flowmeter() { } return new BasicBlock(this.x); } + Flowmeter.prototype.get_popup_title = function Flowmeter() { + var set_param_popup_title = "Set Flowmeter block parameters:"; + return set_param_popup_title; + } } |