mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 13:33:27 -07:00
spelling fixes
This commit is contained in:
parent
3c8c0e89c6
commit
53b17d4c4d
8 changed files with 24 additions and 24 deletions
|
@ -119,7 +119,7 @@ namespace Greenshot.Destinations {
|
|||
fullPath = ImageOutput.SaveWithDialog(surface, captureDetails);
|
||||
outputMade = (fullPath != null);
|
||||
}
|
||||
// Don't overwite filename if no output is made
|
||||
// Don't overwrite filename if no output is made
|
||||
if (outputMade) {
|
||||
exportInformation.ExportMade = outputMade;
|
||||
exportInformation.Filepath = fullPath;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue