GUI: It is Notepad++ with capital first letter.

This commit is contained in:
Kimmo Varis 2010-10-28 22:32:35 +03:00
parent 6b017f6a2c
commit d2182dbd3e
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}