diff -r bdeb503d2b7f -r 557a4e13afef exportxhtmldialog.ui.h
--- a/exportxhtmldialog.ui.h Tue Mar 14 14:27:04 2006 +0000
+++ b/exportxhtmldialog.ui.h Mon Apr 10 11:21:35 2006 +0000
@@ -22,7 +22,7 @@
void ExportXHTMLDialog::readSettings()
{
- dir=settings.readLocalEntry (filepath,"/vym/export/xhtml/exportDir","./" );
+ dir=settings.readLocalEntry (filepath,"/vym/export/xhtml/exportDir",vymBaseDir.current().path() );
lineEditDir->setText(dir);
if ( settings.readLocalEntry (filepath,"/vym/export/xhtml/useImage","yes")=="yes")
@@ -331,6 +331,8 @@
p.setOutputFile (dir+mapname+".html");
p.setInputFile (dir+mapname+".xml");
+ p.setXSLFile (xsl);
+ cout << "bdp="<