[Cmake-commits] [cmake-commits] king committed CMakeSetupDialog.cxx 1.63.2.2 1.63.2.3

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Nov 3 17:25:06 EST 2009


Update of /cvsroot/CMake/CMake/Source/QtDialog
In directory public:/mounts/ram/cvs-serv14310/Source/QtDialog

Modified Files:
      Tag: CMake-2-8
	CMakeSetupDialog.cxx 
Log Message:
CMake 2.8.0-rc5


Index: CMakeSetupDialog.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/QtDialog/CMakeSetupDialog.cxx,v
retrieving revision 1.63.2.2
retrieving revision 1.63.2.3
diff -C 2 -d -r1.63.2.2 -r1.63.2.3
*** CMakeSetupDialog.cxx	9 Oct 2009 20:11:37 -0000	1.63.2.2
--- CMakeSetupDialog.cxx	3 Nov 2009 22:25:03 -0000	1.63.2.3
***************
*** 295,299 ****
        return;
        }
!     dir.mkpath(".");
      }
  
--- 295,306 ----
        return;
        }
!     if(!dir.mkpath("."))
!       {
!       QMessageBox::information(this, tr("Create Directory Failed"), 
!         QString(tr("Failed to create directory %1")).arg(dir.path()), 
!         QMessageBox::Ok);
! 
!       return;
!       }
      }
  



More information about the Cmake-commits mailing list