]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matitaGui.ml
Debugging code removed.
[helm.git] / matita / matitaGui.ml
index 34406a3cd147908ef96d76a9804ecafc3064815f..b3ebebd9054378d059e6cc1aa19327b806af60ee 100644 (file)
@@ -206,6 +206,11 @@ class gui () =
         ~website:"http://helm.cs.unibo.it"
         ()
       in
+      connect_menu_item main#contentsMenuItem (fun () ->
+        let cmd =
+          sprintf "gnome-help ghelp://%s/C/matita.xml &" BuildTimeConf.help_dir
+        in
+        ignore (Sys.command cmd));
       connect_menu_item main#aboutMenuItem about_dialog#present;
         (* findRepl win *)
       let show_find_Repl () =