]> matita.cs.unibo.it Git - helm.git/commitdiff
The logo was searched in the wrong directory.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 5 Sep 2005 11:47:49 +0000 (11:47 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 5 Sep 2005 11:47:49 +0000 (11:47 +0000)
helm/matita/matitaMathView.ml

index f57364d5f79ccdd9e9ffcf0bc339a22491fb076e..4bbaaddea52c08dc92738b0bf6503f4b097e5cf4 100644 (file)
@@ -398,7 +398,8 @@ class sequentsViewer ~(notebook:GPack.notebook) ~(cicMathView:cicMathView) () =
     val mutable _metasenv = []
     val mutable scrolledWin: GBin.scrolled_window option = None
       (* scrolled window to which the sequentViewer is currently attached *)
-    val logo = (GMisc.image ~file:"logo/matita_medium.png" () :> GObj.widget)
+    val logo = (GMisc.image ~file:(BuildTimeConf.runtime_base_dir ^ "/logo/matita_medium.png") () :> GObj.widget)
+            
     val logo_with_qed = (GMisc.image ~file:"logo/matita_small.png" () :> GObj.widget)
 
     method load_logo =