Small comment change and added 2 jiras to the readme.txt.template

This commit is contained in:
RKrom 2014-10-29 14:51:52 +01:00
commit 3755724535
2 changed files with 3 additions and 2 deletions

View file

@ -83,6 +83,7 @@ namespace Greenshot.Destinations {
get {
if (isActiveFlag) {
// Disable if the office plugin is installed and the client is outlook
// TODO: Change this! It always creates an exception, as the plugin has not been loaded the type is not there :(
Type outlookdestination = Type.GetType("GreenshotOfficePlugin.OutlookDestination,GreenshotOfficePlugin");
if (outlookdestination != null) {
if (mapiClient.ToLower().Contains("microsoft outlook")) {