mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2161 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
f6be666aab
commit
f1ede119e9
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ namespace ExternalCommand {
|
||||||
argumentDefaults.Add(MSPAINT, "\"{0}\"");
|
argumentDefaults.Add(MSPAINT, "\"{0}\"");
|
||||||
}
|
}
|
||||||
return argumentDefaults;
|
return argumentDefaults;
|
||||||
case "RunInBackground":
|
case "RunInbackground":
|
||||||
Dictionary<string, bool> runInBackground = new Dictionary<string, bool>();
|
Dictionary<string, bool> runInBackground = new Dictionary<string, bool>();
|
||||||
if (hasPaintDotNet) {
|
if (hasPaintDotNet) {
|
||||||
runInBackground.Add(PAINTDOTNET, true);
|
runInBackground.Add(PAINTDOTNET, true);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue