Skip to content

Commit b1e260f

Browse files
committed
Merge branch 'main' into cmake
2 parents 20e2bd2 + fecd98b commit b1e260f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/neroprefixsettings.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -851,5 +851,5 @@ void NeroPrefixSettingsWindow::on_openToShortcutPath_clicked()
851851
{
852852
// in case path begins with a Windows drive letter prefix
853853
QDesktopServices::openUrl(QUrl::fromLocalFile(ui->shortcutPath->text().left(ui->shortcutPath->text().lastIndexOf('/'))
854-
.replace("C:/", NeroFS::GetPrefixesPath().path()+'/'+NeroFS::GetCurrentPrefix()+"/drive_c/")));
854+
.replace("C:", NeroFS::GetPrefixesPath().path()+'/'+NeroFS::GetCurrentPrefix()+"/drive_c")));
855855
}

0 commit comments

Comments
 (0)