From 60eff1d0f6b668331628ca77a06e1e485303dbb7 Mon Sep 17 00:00:00 2001 From: RKrom Date: Thu, 23 Sep 2010 09:00:17 +0000 Subject: [PATCH] Added Proxy support git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@900 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4 --- GreenshotCore/Configuration/CoreConfiguration.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GreenshotCore/Configuration/CoreConfiguration.cs b/GreenshotCore/Configuration/CoreConfiguration.cs index 98390ad49..2af5bf67a 100644 --- a/GreenshotCore/Configuration/CoreConfiguration.cs +++ b/GreenshotCore/Configuration/CoreConfiguration.cs @@ -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 testProp;