We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2182db commit 16fe2f8Copy full SHA for 16fe2f8
1 file changed
gui/applicationlist.cpp
@@ -59,7 +59,7 @@ void ApplicationList::LoadSettings(QSettings *programSettings)
59
const QString appPath(getenv("ProgramFiles"));
60
if (!appPath.isNull() && QFileInfo(appPath + "\\Notepad++\\notepad++.exe").isExecutable())
61
{
62
- AddApplicationType("Notepad++", QString(appPath) + "\\Notepad++\\notepad++.exe -n(line) (file)");
+ AddApplicationType("Notepad++", "\"" + QString(appPath) + "\\Notepad++\\notepad++.exe\" -n(line) (file)");
63
break;
64
}
65
0 commit comments