Project/Project.py

branch
5_0_x
changeset 338
548365eff7a6
parent 336
e48be003c73b
child 344
3a1d9835e46b
child 368
3462f69bc17f
--- a/Project/Project.py	Thu Jun 10 09:14:43 2010 +0200
+++ b/Project/Project.py	Thu Jun 10 20:12:41 2010 +0200
@@ -2005,6 +2005,7 @@
                 QFileDialog.Options(QFileDialog.DontConfirmOverwrite))
             if not newfn:
                 return False
+            newfn = Utilities.toNativeSeparators(newfn)
         
         if os.path.exists(newfn):
             canceled = QMessageBox.warning(None,

eric ide

mercurial