mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
save the settings to file when the connect button is hit
svn path=/trunk/; revision=30387
This commit is contained in:
@@ -957,6 +957,7 @@ DlgProc(HWND hDlg,
|
||||
if (LOWORD(wParam) == IDOK )
|
||||
{
|
||||
SaveAllSettings(pInfo);
|
||||
SaveRdpSettingsToFile(NULL, pInfo->pRdpSettings);
|
||||
}
|
||||
|
||||
if (pInfo)
|
||||
|
||||
Reference in New Issue
Block a user