diff -r d3080e02b13a -r cb64abb5cc9f exportxhtmldialog.ui.h
--- a/exportxhtmldialog.ui.h Thu Mar 23 12:38:54 2006 +0000
+++ b/exportxhtmldialog.ui.h Mon Apr 24 10:05:10 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="<