We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e7af80 commit 2bfef1dCopy full SHA for 2bfef1d
app/src/processing/app/Preferences.java
@@ -140,11 +140,11 @@ static public void init() {
140
141
PApplet.useNativeSelect =
142
Preferences.getBoolean("chooser.files.native"); //$NON-NLS-1$
143
-
+
144
// So that the system proxy setting are used by default
145
// https://github.com/processing/processing/issues/2643
146
- System.setProperty("java.net.useSystemProxies","true");
147
+ System.setProperty("java.net.useSystemProxies", "true");
148
// Set http proxy for folks that require it.
149
// http://docs.oracle.com/javase/6/docs/technotes/guides/net/proxies.html
150
String proxyHost = get("proxy.host");
0 commit comments