GUI: Use native path separators in main window caption.
This commit is contained in:
parent
98e8e69c8e
commit
4da5679737
|
@ -262,6 +262,7 @@ QStringList MainWindow::SelectFilesToCheck(QFileDialog::FileMode mode)
|
||||||
{
|
{
|
||||||
mCurrentDirectory = dir;
|
mCurrentDirectory = dir;
|
||||||
selected.append(dir);
|
selected.append(dir);
|
||||||
|
dir = QDir::toNativeSeparators(dir);
|
||||||
FormatAndSetTitle(dir);
|
FormatAndSetTitle(dir);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue