mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
BUG-1872: Hack for displaying the OneDrive is blocking the hotkey registration.
This commit is contained in:
parent
07f5463a38
commit
f07ed83722
14 changed files with 39 additions and 14 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue