save the settings to file when the connect button is hit

svn path=/trunk/; revision=30387
This commit is contained in:
Ged Murphy 2007-11-12 12:43:58 +00:00
parent 096ed8b631
commit fe683582db

View file

@ -957,6 +957,7 @@ DlgProc(HWND hDlg,
if (LOWORD(wParam) == IDOK ) if (LOWORD(wParam) == IDOK )
{ {
SaveAllSettings(pInfo); SaveAllSettings(pInfo);
SaveRdpSettingsToFile(NULL, pInfo->pRdpSettings);
} }
if (pInfo) if (pInfo)