From f1ede119e9b49791940ca9857f0d422ab1d26b31 Mon Sep 17 00:00:00 2001 From: RKrom Date: Fri, 19 Oct 2012 15:58:45 +0000 Subject: [PATCH] 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 --- GreenshotExternalCommandPlugin/ExternalCommandConfiguration.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GreenshotExternalCommandPlugin/ExternalCommandConfiguration.cs b/GreenshotExternalCommandPlugin/ExternalCommandConfiguration.cs index dfe7051cc..77cd0b4dd 100644 --- a/GreenshotExternalCommandPlugin/ExternalCommandConfiguration.cs +++ b/GreenshotExternalCommandPlugin/ExternalCommandConfiguration.cs @@ -93,7 +93,7 @@ namespace ExternalCommand { argumentDefaults.Add(MSPAINT, "\"{0}\""); } return argumentDefaults; - case "RunInBackground": + case "RunInbackground": Dictionary runInBackground = new Dictionary(); if (hasPaintDotNet) { runInBackground.Add(PAINTDOTNET, true);