Win32 SaveAs Patch
authorBrandon King <kingb@caltech.edu>
Fri, 22 Sep 2006 23:41:13 +0000 (23:41 +0000)
committerBrandon King <kingb@caltech.edu>
Fri, 22 Sep 2006 23:41:13 +0000 (23:41 +0000)
qui/MussaWindow.cpp

index 47c9111a9dc0686dd00878039da7b0d02fdd1e8e..a97f40ec804da19725efcdad1bd0acd215763bc0 100644 (file)
@@ -361,7 +361,7 @@ void MussaWindow::saveAnalysisAs()
     return;
   }
 
-  fs::path save_path(fileNames[0].toStdString());
+  fs::path save_path(fileNames[0].toStdString(), fs::native);
   // do you want to overwrite?
   if (fs::exists(save_path) and 
       QMessageBox::question(