summaryrefslogtreecommitdiff
path: root/php/ZenityClasses.php
diff options
context:
space:
mode:
Diffstat (limited to 'php/ZenityClasses.php')
-rw-r--r--php/ZenityClasses.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/php/ZenityClasses.php b/php/ZenityClasses.php
index c286d14..7965012 100644
--- a/php/ZenityClasses.php
+++ b/php/ZenityClasses.php
@@ -13,7 +13,6 @@ abstract class Zenity_cmd
13 protected $width = 300; 13 protected $width = 300;
14 protected $height = 200; // recalculée en fonction du contenu, vaut au minimum 150 14 protected $height = 200; // recalculée en fonction du contenu, vaut au minimum 150
15 15
16
17 protected function __construct($text, array $rows = []) // $rows est optionnel 16 protected function __construct($text, array $rows = []) // $rows est optionnel
18 { 17 {
19 $this->text = $text; 18 $this->text = $text;