diff --git a/python/plugins/osm/OsmDownloadDlg.py b/python/plugins/osm/OsmDownloadDlg.py index faf8307ac3b..75e3856b6ee 100755 --- a/python/plugins/osm/OsmDownloadDlg.py +++ b/python/plugins/osm/OsmDownloadDlg.py @@ -325,7 +325,7 @@ class OsmDownloadDlg(QDialog, Ui_OsmDownloadDlg): if self.finished: return - prefix=QString("/tmp/") + prefix=QDir.tempPath() + "/" if self.dbm.currentKey: key=QString(self.dbm.currentKey) p=key.lastIndexOf("/")