From 1fe75ad7f632bc1ed73c4e69ccbadec222e48a14 Mon Sep 17 00:00:00 2001 From: Brandon King Date: Fri, 22 Sep 2006 23:41:13 +0000 Subject: [PATCH] Win32 SaveAs Patch --- qui/MussaWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qui/MussaWindow.cpp b/qui/MussaWindow.cpp index 47c9111..a97f40e 100644 --- a/qui/MussaWindow.cpp +++ b/qui/MussaWindow.cpp @@ -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( -- 2.30.2