exports.cpp
changeset 843 2d36a7bb0867
parent 825 1ad892c1a709
child 844 c48bb42fb977
     1.1 --- a/exports.cpp	Tue Mar 30 17:30:39 2010 +0000
     1.2 +++ b/exports.cpp	Tue Apr 06 13:30:07 2010 +0000
     1.3 @@ -624,7 +624,7 @@
     1.4  	}
     1.5  
     1.6  	setFile (d.path()+"/"+model->getMapName()+".html");
     1.7 -	setCSSPath( dia.getCSSPath() );
     1.8 +	setCSSPath( dia.getCSSPath() );	// FIXME-2 css not copied?
     1.9  
    1.10  	// Copy CSS file
    1.11  	QFile css_src (cssOriginalPath);