mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
Compile error fix.
This commit is contained in:
parent
cc7f303e08
commit
3c8c0e89c6
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ namespace GreenshotOfficePlugin {
|
|||
exportInformation.ExportMade = true;
|
||||
} else {
|
||||
if (!manuallyInitiated) {
|
||||
Dictionary<string, OlObjectClass> inspectorCaptions = OutlookEmailExporter.RetrievePossibleTargets();
|
||||
IDictionary<string, OlObjectClass> inspectorCaptions = OutlookEmailExporter.RetrievePossibleTargets();
|
||||
if (inspectorCaptions != null && inspectorCaptions.Count > 0) {
|
||||
List<IDestination> destinations = new List<IDestination>();
|
||||
destinations.Add(new OutlookDestination());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue