summaryrefslogtreecommitdiffstats
path: root/qt-gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt-gui.cpp')
-rw-r--r--qt-gui.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/qt-gui.cpp b/qt-gui.cpp
index f955809d6..e1587ddfe 100644
--- a/qt-gui.cpp
+++ b/qt-gui.cpp
@@ -98,9 +98,9 @@ void init_ui(int *argcp, char ***argvp)
application = new QApplication(*argcp, *argvp);
- // tell Qt to use system proxies
- // note: on Linux, "system" == "environment variables"
- QNetworkProxyFactory::setUseSystemConfiguration(true);
+ // tell Qt to use system proxies
+ // note: on Linux, "system" == "environment variables"
+ QNetworkProxyFactory::setUseSystemConfiguration(true);
// the Gtk theme makes things unbearably ugly
// so switch to Oxygen in this case