Use the surf user agent when downloading with wget.

This commit is contained in:
Troels Henriksen
2011-11-05 11:43:46 +01:00
parent 543d0c77ee
commit df96fe4171
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -345,7 +345,7 @@ initdownload(WebKitWebView *view, WebKitDownload *o, Client *c) {
Arg arg;
updatewinid(c);
arg = (Arg)DOWNLOAD((char *)webkit_download_get_uri(o));
arg = (Arg)DOWNLOAD((char *)webkit_download_get_uri(o), useragent);
spawn(c, &arg);
return FALSE;
}