mirror of
https://github.com/greenshot/greenshot
synced 2025-08-19 13:10:00 -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;
|
exportInformation.ExportMade = true;
|
||||||
} else {
|
} else {
|
||||||
if (!manuallyInitiated) {
|
if (!manuallyInitiated) {
|
||||||
Dictionary<string, OlObjectClass> inspectorCaptions = OutlookEmailExporter.RetrievePossibleTargets();
|
IDictionary<string, OlObjectClass> inspectorCaptions = OutlookEmailExporter.RetrievePossibleTargets();
|
||||||
if (inspectorCaptions != null && inspectorCaptions.Count > 0) {
|
if (inspectorCaptions != null && inspectorCaptions.Count > 0) {
|
||||||
List<IDestination> destinations = new List<IDestination>();
|
List<IDestination> destinations = new List<IDestination>();
|
||||||
destinations.Add(new OutlookDestination());
|
destinations.Add(new OutlookDestination());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue