X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2Fsrc%2FAMathMLFactory.cc;h=b9826352bb9f4c0d90acc956c534628e84911041;hb=afd46825cc4b77b54cea1c4e93e842fdea8cbc80;hp=8f8b21ce62e403a3487bc1343d12d6680bffc3d7;hpb=4beef8d7eac23c6015d2d4cf887e4fc9d546c07a;p=helm.git diff --git a/helm/DEVEL/mathml_editor/src/AMathMLFactory.cc b/helm/DEVEL/mathml_editor/src/AMathMLFactory.cc index 8f8b21ce6..b9826352b 100644 --- a/helm/DEVEL/mathml_editor/src/AMathMLFactory.cc +++ b/helm/DEVEL/mathml_editor/src/AMathMLFactory.cc @@ -31,12 +31,12 @@ std::string AMathMLFactory::getDefaultMathMLStylesheetPath() { - return PKGDATADIR"tml-mmlp.xsl"; + return PKGDATADIR"/tml-mmlp.xsl"; } std::string AMathMLFactory::getDefaultTeXStylesheetPath() { - return PKGDATADIR"tml-tex.xsl"; + return PKGDATADIR"/tml-tex.xsl"; }