mirror of
https://github.com/greenshot/greenshot
synced 2025-07-06 04:52:16 -07:00
Fixed the return value of the GetOfficeExePath, this should be null so it's clear the file hasn't been found.
This commit is contained in:
parent
296dc9f340
commit
511034a34b
1 changed files with 1 additions and 1 deletions
|
@ -38,6 +38,6 @@ internal static class OfficeUtils
|
||||||
return $@"{installRootKey.GetValue("Path")}\{exeName}";
|
return $@"{installRootKey.GetValue("Path")}\{exeName}";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return string.Empty;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue