Proxy Bugfixed and working.

This commit is contained in:
givememystuffplease 2009-08-25 16:41:49 +00:00
parent a078b06732
commit 36b95c889c
2 changed files with 3 additions and 2 deletions

View File

@ -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)

View File

@ -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>