Commit 8d9bb8bc authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

HTTP_PROXY -> http_proxy that's the commit I should have done in the first place

parent d274238a
......@@ -46,7 +46,7 @@ static void Close( vlc_object_t * );
#define PROXY_LONGTEXT N_( \
"You can specify an HTTP proxy to use. It must be of the form " \
"http://[user[:pass]@]myproxy.mydomain:myport/ ; " \
"if empty, the HTTP_PROXY environment variable will be tried." )
"if empty, the http_proxy environment variable will be tried." )
#define CACHING_TEXT N_("Caching value in ms")
#define CACHING_LONGTEXT N_( \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment