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/commonOptions.m


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonOptions.ml
Date: Tue, 19 Jul 2005 15:44:57 -0400

Index: mldonkey/src/daemon/common/commonOptions.ml
diff -u mldonkey/src/daemon/common/commonOptions.ml:1.69 
mldonkey/src/daemon/common/commonOptions.ml:1.70
--- mldonkey/src/daemon/common/commonOptions.ml:1.69    Sun Jul 17 16:11:12 2005
+++ mldonkey/src/daemon/common/commonOptions.ml Tue Jul 19 19:44:56 2005
@@ -634,7 +634,14 @@
 let html_use_gzip = define_expert_option current_section
     ["html_use_gzip"] "Use gzip compression on web pages" bool_option false
 
+let html_mods_use_js_tooltips = define_expert_option current_section
+    ["html_mods_use_js_tooltips"] "Whether to use the fancy javascript 
tooltips or plain html-title" bool_option true
 
+let html_mods_js_tooltips_wait = define_expert_option current_section
+    ["html_mods_js_tooltips_wait"] "How long to wait before displaying the 
tooltips" int_option 0
+
+let html_mods_js_tooltips_timeout = define_expert_option current_section
+    ["html_mods_js_tooltips_timeout"] "How long to display the tooltips" 
int_option 100000
 
 
 (*************************************************************************)




reply via email to

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