svn path=/trunk/boinc/; revision=456
This commit is contained in:
Eric Heien 2002-10-02 22:42:21 +00:00
parent 68dcc8a0d1
commit f1a858b6ff
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ int initialize_prefs() {
CLoginDialog dlg(IDD_LOGIN);
int retval = dlg.DoModal();
if (retval != IDOK) return -1;
write_account_prefs((char*)(LPCTSTR) dlg.url, (char*)(LPCTSTR) dlg.auth);
write_account_file((char*)(LPCTSTR) dlg.url, (char*)(LPCTSTR) dlg.auth);
return 0;
}