BUG-1872: Hack for displaying the OneDrive is blocking the hotkey registration.

This commit is contained in:
Robin 2016-09-16 22:57:36 +02:00
parent 07f5463a38
commit f07ed83722
14 changed files with 39 additions and 14 deletions

View file

@ -648,7 +648,7 @@ namespace GreenshotPlugin.Core {
if (!resources.TryGetValue(key, out returnValue)) {
return "string ###" + key + "### not found";
}
return String.Format(returnValue, param);
return string.Format(returnValue, param);
}
}