Author: gedmurphy Date: Mon Nov 12 15:43:58 2007 New Revision: 30387
URL: http://svn.reactos.org/svn/reactos?rev=30387&view=rev Log: save the settings to file when the connect button is hit
Modified: trunk/reactos/base/applications/mstsc/connectdialog.c
Modified: trunk/reactos/base/applications/mstsc/connectdialog.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/mstsc/con... ============================================================================== --- trunk/reactos/base/applications/mstsc/connectdialog.c (original) +++ trunk/reactos/base/applications/mstsc/connectdialog.c Mon Nov 12 15:43:58 2007 @@ -957,6 +957,7 @@ if (LOWORD(wParam) == IDOK ) { SaveAllSettings(pInfo); + SaveRdpSettingsToFile(NULL, pInfo->pRdpSettings); }
if (pInfo)