exports.cpp
changeset 606 84c73902f727
parent 600 a9fe976e01a6
child 613 8fb5b3956b3e
     1.1 --- a/exports.cpp	Mon Oct 22 09:50:03 2007 +0000
     1.2 +++ b/exports.cpp	Mon Oct 22 09:50:03 2007 +0000
     1.3 @@ -14,7 +14,7 @@
     1.4  {
     1.5  	indentPerDepth="  ";
     1.6  	bool ok;
     1.7 -    tmpDir.setPath (makeUniqueDir(ok,"/tmp/vym-export-XXXXXX"));
     1.8 +    tmpDir.setPath (makeTmpDir(ok,"vym-export"));
     1.9  	if (!tmpDir.exists() || !ok)
    1.10  		QMessageBox::critical( 0, QObject::tr( "Error" ),
    1.11  					   QObject::tr("Couldn't access temporary directory\n"));