Added aspect-ratio lock for Word, as "requested" in Bug #1443

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2450 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2013-01-31 16:48:13 +00:00
commit e30939093a
3 changed files with 13 additions and 0 deletions

View file

@ -40,5 +40,7 @@ namespace GreenshotOfficePlugin {
public string EmailBCC;
[IniProperty("OutlookAllowExportInMeetings", Description = "Allow export in meeting items", DefaultValue = "False")]
public bool OutlookAllowExportInMeetings;
[IniProperty("WordLockAspectRatio", Description = "For Word: Lock the aspect ratio of the image", DefaultValue = "True")]
public bool WordLockAspectRatio;
}
}