]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/matitaMathView.ml
update in static_2 and basic_2
[helm.git] / matita / matita / matitaMathView.ml
index 09441303b02f7a4cd915098c788b6adce6bc9377..ea9683e188bd6232c3e2996806541fed68a2d56a 100644 (file)
@@ -333,7 +333,9 @@ class cicBrowser_impl ~(history:MatitaTypes.mathViewer_entry MatitaMisc.history)
       HExtlib.safe_remove filename
   in
   object (self)
-    val mutable gviz_uri = NReference.reference_of_string "cic:/dummy.dec";
+    val mutable gviz_uri =
+      let uri = NUri.uri_of_string "cic:/dummy/dec.con" in
+      NReference.reference_of_spec uri NReference.Decl;
 
     val dep_contextual_menu = GMenu.menu ()