mldonkey-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonMessages.


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonMessages.ml
Date: Fri, 29 Jul 2005 16:56:51 -0400

Index: mldonkey/src/daemon/common/commonMessages.ml
diff -u mldonkey/src/daemon/common/commonMessages.ml:1.29 
mldonkey/src/daemon/common/commonMessages.ml:1.30
--- mldonkey/src/daemon/common/commonMessages.ml:1.29   Fri Jul 29 20:42:47 2005
+++ mldonkey/src/daemon/common/commonMessages.ml        Fri Jul 29 20:56:50 2005
@@ -906,7 +906,7 @@
 36 - one td text
 *)
 
-let ncarr = ref 7
+let ncarr = ref 8
 let carr = Array.create !ncarr [||]
 let _ = (
     (* Default green *)
@@ -965,6 +965,12 @@
                     "#768FD0"; "#E08686"; "#5668AB"; "#C1CFE1"; "#6476B9"; 
"#EEE";
                     "#D4C9B7"; "#000"; "#000"; "#000"; "#000"; "#000";
                     "#000"; "#000099"; "#000"; "#8195D6"; "#555" |];
+    (* Construction *)
+    carr.(7) <- [| "#C8C8C8"; "#878787";  "#5D5D5D"; "#E6E6E6"; "#A8A8A8";
+                    "#E6E6E6"; "#B3B3B3"; "#999"; "#494949"; "#000";
+                    "#686868"; "#AAA"; "#B6B6B6"; "#9F9F9F"; "#999";
+                    "#5E5E5E"; "#7F7F7F"; "#ead040"; "#DFBDBD"; "#84A484";
+                    "#FFF"; "#EEE"; "#989898"; "#6C6C6C"; "#424242"; "#EEE" |];
 )
 
 let html_css_mods = ref ""




reply via email to

[Prev in Thread] Current Thread [Next in Thread]