GUI: It is Notepad++ with capital first letter.
This commit is contained in:
parent
6b017f6a2c
commit
d2182dbd3e
|
@ -59,7 +59,7 @@ void ApplicationList::LoadSettings(QSettings *programSettings)
|
|||
const QString appPath(getenv("ProgramFiles"));
|
||||
if (!appPath.isNull() && QFileInfo(appPath + "\\Notepad++\\notepad++.exe").isExecutable())
|
||||
{
|
||||
AddApplicationType("notepad++", QString(appPath) + "\\Notepad++\\notepad++.exe -n(line) (file)");
|
||||
AddApplicationType("Notepad++", QString(appPath) + "\\Notepad++\\notepad++.exe -n(line) (file)");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue