Added Proxy support

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@900 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2010-09-23 09:00:17 +00:00
commit 60eff1d0f6

View file

@ -91,6 +91,8 @@ namespace Greenshot.Core {
public bool OutputPrintCenter;
[IniProperty("OutputPrintTimestamp", Description="Print timestamp on print?", DefaultValue="true")]
public bool OutputPrintTimestamp;
[IniProperty("UseProxy", Description="Use your global proxy?", DefaultValue="True")]
public bool UseProxy;
[IniProperty("Test", Description="Test property")]
public Dictionary<string, bool> testProp;