Merge pull request #4091 from love-code-yeyixiao/patch-10

Update SettingsWindow.cpp
This commit is contained in:
DavidXanatos 2024-07-21 09:22:26 +02:00 committed by GitHub
commit 363b589ea4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1606,7 +1606,7 @@ void CSettingsWindow::SaveSettings()
if (ui.chkShellMenu3->isChecked() != CSbieUtils::HasContextMenu3()) {
if (ui.chkShellMenu3->isChecked()) {
CSbieUtils::AddContextMenu3(QApplication::applicationDirPath().replace("/", "\\") + "\\SandMan.exe",
tr("Make Folder/File &Forced"),
tr("Add File/Folder to Sandbox &Force Process Configuration"),
QApplication::applicationDirPath().replace("/", "\\") + "\\Start.exe");
}
else