[cmake-commits] hoffman committed CMakeSetupDialog.cpp 1.117.2.2 1.117.2.3

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Mar 16 17:05:44 EST 2007


Update of /cvsroot/CMake/CMake/Source/MFCDialog
In directory public:/mounts/ram/cvs-serv27308/Source/MFCDialog

Modified Files:
      Tag: CMake-2-4
	CMakeSetupDialog.cpp 
Log Message:
ENH: check in fixes from main tree to create 2.4.7 RC 5


Index: CMakeSetupDialog.cpp
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/MFCDialog/CMakeSetupDialog.cpp,v
retrieving revision 1.117.2.2
retrieving revision 1.117.2.3
diff -u -d -r1.117.2.2 -r1.117.2.3
--- CMakeSetupDialog.cpp	15 Feb 2007 17:45:07 -0000	1.117.2.2
+++ CMakeSetupDialog.cpp	16 Mar 2007 22:05:42 -0000	1.117.2.3
@@ -427,7 +427,7 @@
 
     // write the size of the dialog
     CRect size;
-    this->GetClientRect(&size);
+    this->GetWindowRect(&size);
     unsigned long width = size.Width();
     unsigned long height = size.Height();    
     RegSetValueEx(hKey, _T("Width"), 0, REG_DWORD, 



More information about the Cmake-commits mailing list