[cmake-commits] martink committed cmDocumentVariables.cxx 1.4 1.5

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Oct 31 13:57:53 EDT 2007


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

Modified Files:
	cmDocumentVariables.cxx 
Log Message:
ENH: minor fix


Index: cmDocumentVariables.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmDocumentVariables.cxx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- cmDocumentVariables.cxx	31 Oct 2007 17:38:47 -0000	1.4
+++ cmDocumentVariables.cxx	31 Oct 2007 17:57:51 -0000	1.5
@@ -807,7 +807,7 @@
      "before they have been used.  This would allow you "
      "to override any variables that need to be changed "
      "for some language. ",false,
-     "Variables That Change Behavior");
+     "Variables for Languages");
 
   cm->DefineProperty
     ("CMAKE_<LANG>_COMPILER", cmProperty::VARIABLE,



More information about the Cmake-commits mailing list