Commit f5f95e22 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

inetcpl.cpl: Trace the actual AutoConfigURL and not the value name.

parent f073d9a9
......@@ -184,7 +184,7 @@ static void connections_on_initdialog(HWND hwnd)
TRACE("ProxyEnable = %x\n", enabled);
TRACE("ProxyServer = %s\n", wine_dbgstr_w(address));
TRACE("AutoConfigURL = %s\n", wine_dbgstr_w(auto_config_url));
TRACE("AutoConfigURL = %s\n", wine_dbgstr_w(pac_url));
if(enabled)
{
......
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