From d23435630923f2106eb531b9748e7c0b0f890219 Mon Sep 17 00:00:00 2001 From: Alex Borisov Date: Sat, 4 Feb 2012 01:44:13 +0200 Subject: Add 2 new config variables --- client/Config.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'client/Config.cpp') diff --git a/client/Config.cpp b/client/Config.cpp index 9a32603..a7d6fc7 100644 --- a/client/Config.cpp +++ b/client/Config.cpp @@ -345,6 +345,14 @@ void Config::ParseConfig(string data) IsSpeedVisible = true; } } + else if (key.compare("proxifier_exe") == 0) + { + ProxifierExeFile = value; + } + else if (key.compare("proxifier_profile") == 0) + { + ProxifierConfigFile = value; + } else { Logger::Warn("Unrecognized config option: %s\n", key.c_str()); -- cgit v1.2.3