[Cmake-commits] [cmake-commits] clinton committed QCMakeCacheView.cxx 1.32 1.33

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Jun 11 15:09:10 EDT 2008


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

Modified Files:
	QCMakeCacheView.cxx 
Log Message:
ENH:  better name for ungrouped entries.


Index: QCMakeCacheView.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/QtDialog/QCMakeCacheView.cxx,v
retrieving revision 1.32
retrieving revision 1.33
diff -C 2 -d -r1.32 -r1.33
*** QCMakeCacheView.cxx	11 Jun 2008 18:47:56 -0000	1.32
--- QCMakeCacheView.cxx	11 Jun 2008 19:08:52 -0000	1.33
***************
*** 425,429 ****
        if(l->first == QString())
          {
!         return tr("Ungrouped Properties");
          }
        return l->first;
--- 425,429 ----
        if(l->first == QString())
          {
!         return tr("Ungrouped Entries");
          }
        return l->first;



More information about the Cmake-commits mailing list