Added missing changes

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1711 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-03-20 05:55:49 +00:00
commit 3250eee533
2 changed files with 16 additions and 15 deletions

View file

@ -45,6 +45,8 @@ namespace GreenshotJiraPlugin {
public OutputFormat UploadFormat; public OutputFormat UploadFormat;
[IniProperty("UploadJpegQuality", Description="JPEG file save quality in %.", DefaultValue="80")] [IniProperty("UploadJpegQuality", Description="JPEG file save quality in %.", DefaultValue="80")]
public int UploadJpegQuality; public int UploadJpegQuality;
[IniProperty("UploadReduceColors", Description="Reduce color amount of the uploaded image to 256", DefaultValue="False")]
public bool UploadReduceColors;
/// <summary> /// <summary>
/// A form for username/password /// A form for username/password

View file

@ -240,7 +240,6 @@
<Folder Include="Core" /> <Folder Include="Core" />
<Folder Include="Interfaces\Plugin" /> <Folder Include="Interfaces\Plugin" />
<Folder Include="Controls" /> <Folder Include="Controls" />
<Folder Include="Interop" />
<Folder Include="UnmanagedHelpers" /> <Folder Include="UnmanagedHelpers" />
</ItemGroup> </ItemGroup>
<PropertyGroup> <PropertyGroup>