Rename the branches images to avoid confusion... and to support case
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Fri, 4 Jul 2008 20:01:31 +0000 (22:01 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Fri, 4 Jul 2008 20:01:31 +0000 (22:01 +0200)
insensitive file systems (HFS sucks)

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
banana/tree.inc.php
img/a2.gif [new file with mode: 0644]
img/a2r.gif [new file with mode: 0644]
img/f2.gif [deleted file]
img/f2r.gif [deleted file]
img/m2.gif [moved from img/h2.gif with 100% similarity]
img/m2r.gif [moved from img/h2r.gif with 100% similarity]
img/p2.gif [moved from img/T2.gif with 100% similarity]
img/p2r.gif [moved from img/T2r.gif with 100% similarity]
img/t2.gif
img/t2r.gif

index e19e6ab..703f200 100644 (file)
@@ -100,16 +100,16 @@ class BananaTree
         if (!isset($t_e)) {
             $tree  = array();
             $t_e   = Banana::$page->makeImg(Array('img' => 'e',  'alt' => ' ', 'height' => 18, 'width' => 14));
-            $tree['+'] = array(Banana::$page->makeImg(Array('img' => 'T2', 'alt' => '-', 'height' => 18,  'width' => 14)),
-                               Banana::$page->makeImg(Array('img' => 'T2r', 'alt' => '+', 'height' => 18, 'width' => 14)));
-            $tree['-'] = array(Banana::$page->makeImg(Array('img' => 'h2', 'alt' => '-', 'height' => 18,  'width' => 14)),
-                               Banana::$page->makeImg(Array('img' => 'h2r', 'alt' => '-', 'height' => 18, 'width' => 14)));
+            $tree['+'] = array(Banana::$page->makeImg(Array('img' => 'p2', 'alt' => '-', 'height' => 18,  'width' => 14)),
+                               Banana::$page->makeImg(Array('img' => 'p2r', 'alt' => '+', 'height' => 18, 'width' => 14)));
+            $tree['-'] = array(Banana::$page->makeImg(Array('img' => 'm2', 'alt' => '-', 'height' => 18,  'width' => 14)),
+                               Banana::$page->makeImg(Array('img' => 'm2r', 'alt' => '-', 'height' => 18, 'width' => 14)));
             $tree['|'] = array(Banana::$page->makeImg(Array('img' => 'l2', 'alt' => '|', 'height' => 18, 'width' => 14)),
                                Banana::$page->makeImg(Array('img' => 'l2r', 'alt' => '|', 'height' => 18, 'width' => 14)));
-            $tree['`'] = array(Banana::$page->makeImg(Array('img' => 't2', 'alt' => '`', 'height' => 18, 'width' => 14)),
-                               Banana::$page->makeImg(Array('img' => 't2r', 'alt' => '`', 'height' => 18, 'width' => 14)));
-            $tree['t'] = array(Banana::$page->makeImg(Array('img' => 'f2', 'alt' => 't', 'height' => 18, 'width' => 14)),
-                               Banana::$page->makeImg(Array('img' => 'f2r', 'alt' => 't', 'height' => 18, 'width' => 14)));
+            $tree['`'] = array(Banana::$page->makeImg(Array('img' => 'a2', 'alt' => '`', 'height' => 18, 'width' => 14)),
+                               Banana::$page->makeImg(Array('img' => 'a2r', 'alt' => '`', 'height' => 18, 'width' => 14)));
+            $tree['t'] = array(Banana::$page->makeImg(Array('img' => 't2', 'alt' => 't', 'height' => 18, 'width' => 14)),
+                               Banana::$page->makeImg(Array('img' => 't2r', 'alt' => 't', 'height' => 18, 'width' => 14)));
         }
         $text = '<div class="tree">';
         foreach ($this->data as &$line) {
diff --git a/img/a2.gif b/img/a2.gif
new file mode 100644 (file)
index 0000000..f66bc3c
Binary files /dev/null and b/img/a2.gif differ
diff --git a/img/a2r.gif b/img/a2r.gif
new file mode 100644 (file)
index 0000000..d767dae
Binary files /dev/null and b/img/a2r.gif differ
diff --git a/img/f2.gif b/img/f2.gif
deleted file mode 100644 (file)
index a056c87..0000000
Binary files a/img/f2.gif and /dev/null differ
diff --git a/img/f2r.gif b/img/f2r.gif
deleted file mode 100644 (file)
index dc6048b..0000000
Binary files a/img/f2r.gif and /dev/null differ
similarity index 100%
rename from img/h2.gif
rename to img/m2.gif
similarity index 100%
rename from img/h2r.gif
rename to img/m2r.gif
similarity index 100%
rename from img/T2.gif
rename to img/p2.gif
similarity index 100%
rename from img/T2r.gif
rename to img/p2r.gif
index f66bc3c..a056c87 100644 (file)
Binary files a/img/t2.gif and b/img/t2.gif differ
index d767dae..dc6048b 100644 (file)
Binary files a/img/t2r.gif and b/img/t2r.gif differ