We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20e2bd2 + fecd98b commit b1e260fCopy full SHA for b1e260f
src/neroprefixsettings.cpp
@@ -851,5 +851,5 @@ void NeroPrefixSettingsWindow::on_openToShortcutPath_clicked()
851
{
852
// in case path begins with a Windows drive letter prefix
853
QDesktopServices::openUrl(QUrl::fromLocalFile(ui->shortcutPath->text().left(ui->shortcutPath->text().lastIndexOf('/'))
854
- .replace("C:/", NeroFS::GetPrefixesPath().path()+'/'+NeroFS::GetCurrentPrefix()+"/drive_c/")));
+ .replace("C:", NeroFS::GetPrefixesPath().path()+'/'+NeroFS::GetCurrentPrefix()+"/drive_c")));
855
}
0 commit comments