Fixed problem with ExternalCommandConfiguration, fixing bugs #3578391 and #3578379

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2161 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-10-19 15:58:45 +00:00
parent f6be666aab
commit f1ede119e9

View file

@ -93,7 +93,7 @@ namespace ExternalCommand {
argumentDefaults.Add(MSPAINT, "\"{0}\"");
}
return argumentDefaults;
case "RunInBackground":
case "RunInbackground":
Dictionary<string, bool> runInBackground = new Dictionary<string, bool>();
if (hasPaintDotNet) {
runInBackground.Add(PAINTDOTNET, true);