[ros-diffs] [gedmurphy] 30387: save the settings to file when the connect button is hit

gedmurphy at svn.reactos.org gedmurphy at svn.reactos.org
Mon Nov 12 13:43:58 CET 2007


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/connectdialog.c?rev=30387&r1=30386&r2=30387&view=diff
==============================================================================
--- 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)




More information about the Ros-diffs mailing list