mirror of
https://github.com/WB3000/nusdownloader.git
synced 2024-11-16 22:59:22 +01:00
Proxy Bugfixed and working.
This commit is contained in:
parent
a078b06732
commit
36b95c889c
@ -776,7 +776,7 @@ namespace NUS_Downloader
|
||||
NetworkCredential cred = new NetworkCredential();
|
||||
cred.UserName = proxy_usr;
|
||||
|
||||
if (String.IsNullOrEmpty(proxy_pwd))
|
||||
if (!(String.IsNullOrEmpty(proxy_pwd)))
|
||||
cred.Password = proxy_pwd;
|
||||
|
||||
customproxy.Credentials = cred;
|
||||
@ -1471,6 +1471,7 @@ namespace NUS_Downloader
|
||||
WriteStatus(" * Anyone who helped beta test on GBATemp!");
|
||||
WriteStatus(" * Famfamfam for the Silk Icon Set.");
|
||||
WriteStatus(" * Wyatt O'Day for the Windows7ProgressBar Control.");
|
||||
WriteStatus(" * Napo7 for testing proxy usage.");
|
||||
}
|
||||
|
||||
private void packbox_CheckedChanged(object sender, EventArgs e)
|
||||
|
@ -30,7 +30,7 @@
|
||||
<UpdatePeriodically>false</UpdatePeriodically>
|
||||
<UpdateRequired>false</UpdateRequired>
|
||||
<MapFileExtensions>true</MapFileExtensions>
|
||||
<ApplicationRevision>9</ApplicationRevision>
|
||||
<ApplicationRevision>10</ApplicationRevision>
|
||||
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
||||
<UseApplicationTrust>false</UseApplicationTrust>
|
||||
<BootstrapperEnabled>true</BootstrapperEnabled>
|
||||
|
Loading…
Reference in New Issue
Block a user