]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matita.ml
0. core_notation.ma splitted into coq.moo and core_notation.moo
[helm.git] / helm / matita / matita.ml
index 72dff80581b73e641240e364384684bab9f1c37a..0066d1c1816fcc5d3a7ab8ea142d1eef1744ba4f 100644 (file)
@@ -82,6 +82,7 @@ let script =
 let _ =
   let cic_math_view = MatitaMathView.cicMathView_instance () in
   let sequents_viewer = MatitaMathView.sequentsViewer_instance () in
+  sequents_viewer#load_logo;
   cic_math_view#set_href_callback
     (Some (fun uri -> (MatitaMathView.cicBrowser ())#load
       (`Uri (UriManager.uri_of_string uri))));