diff -r b72713d24694 -r 4258723b534c exportxhtmldialog.ui.h --- a/exportxhtmldialog.ui.h Tue Apr 11 14:36:20 2006 +0000 +++ b/exportxhtmldialog.ui.h Mon Apr 24 10:05:09 2006 +0000 @@ -273,12 +273,9 @@ settings.writeEntry ("/vym/export/xhtml/showOutput","no"); QString ipath; - if (options.isOn ("local")) + ipath=vymBaseDir.path()+"/flags/flag-url-16x16.png"; + if (!options.isOn ("local")) { - ipath=vymBaseDir.path()+"/icons/flag-url-16x16.png"; - } else - { - ipath=vymBaseDir.path()+"/images/flag-url-16x16.png"; settings.setLocalEntry (filepath,"/vym/export/xhtml/xsl",xsl); settings.setLocalEntry @@ -291,9 +288,8 @@ QMessageBox::warning( 0, tr( "Warning" ),tr("Could not open %1").arg(ipath)); - if(!pm.save (dir + "flags/url-16x16.png","PNG")) + if(!pm.save (dir + "flags/flag-url-16x16.png","PNG")) QMessageBox::warning( 0, tr( "Warning" ),tr("Could not write %1").arg(ipath)); - if (!saveSettingsInMap) settings.clearLocal("/vym/export/xhtml"); else @@ -332,7 +328,6 @@ p.setOutputFile (dir+mapname+".html"); p.setInputFile (dir+mapname+".xml"); p.setXSLFile (xsl); - cout << "bdp="<