diff options
Diffstat (limited to 'js/Hydraulics/PerteDP.js')
-rw-r--r-- | js/Hydraulics/PerteDP.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/Hydraulics/PerteDP.js b/js/Hydraulics/PerteDP.js index f7f741bb..0c32d5bd 100644 --- a/js/Hydraulics/PerteDP.js +++ b/js/Hydraulics/PerteDP.js @@ -65,4 +65,8 @@ function PerteDP() { } return new BasicBlock(this.x); } + PerteDP.prototype.get_popup_title = function PerteDP() { + var set_param_popup_title = "Parametres du tuyau"; + return set_param_popup_title; + } } |