]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/test/editor.cc
* snapshot for gtk2
[helm.git] / helm / DEVEL / mathml_editor / test / editor.cc
index 38c8bbbd0d5ebaee248d133d3c1df6ec5c9aef96..6723debb3872ca04a2bc142d51cedb8e1e7ca501 100644 (file)
@@ -154,7 +154,7 @@ main(int argc, char* argv[])
 
   TDictionary dictionary(logger);
   logger.info("loading the dictionary...");
-  dictionary.load("/usr/share/editex/dictionary-tex.xml");
+  dictionary.load("./dict/dictionary-tex.xml");
 
   logger.info("loading the stylesheet...");
   DOM::DOMImplementation di;