diff --git a/src/gui/fspathedit.cpp b/src/gui/fspathedit.cpp index a9b4a6e59..1ccd086c0 100644 --- a/src/gui/fspathedit.cpp +++ b/src/gui/fspathedit.cpp @@ -127,7 +127,7 @@ void FileSystemPathEdit::FileSystemPathEditPrivate::browseActionTriggered() throw std::logic_error("Unknown FileSystemPathEdit mode"); } if (!selectedPath.isEmpty()) - q->setEditWidgetText(selectedPath); + q->setEditWidgetText(Utils::Fs::toNativePath(selectedPath)); } QString FileSystemPathEdit::FileSystemPathEditPrivate::dialogCaptionOrDefault() const