mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 02:46:57 +00:00
save the settings to file when the connect button is hit
svn path=/trunk/; revision=30387
This commit is contained in:
parent
096ed8b631
commit
fe683582db
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue