[cmake-commits] alex committed cmQTWrapCPPCommand.h 1.13 1.14 cmQTWrapUICommand.h 1.12 1.13

cmake-commits at cmake.org cmake-commits at cmake.org
Sat Nov 24 03:51:16 EST 2007


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

Modified Files:
	cmQTWrapCPPCommand.h cmQTWrapUICommand.h 
Log Message:
STYLE: QT -> Qt in the docs

Alex


Index: cmQTWrapUICommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmQTWrapUICommand.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- cmQTWrapUICommand.h	10 Oct 2007 15:47:43 -0000	1.12
+++ cmQTWrapUICommand.h	24 Nov 2007 08:51:14 -0000	1.13
@@ -54,7 +54,7 @@
    */
   virtual const char* GetTerseDocumentation() 
     {
-    return "Create QT user interfaces Wrappers.";
+    return "Create Qt user interfaces Wrappers.";
     }
   
   /**

Index: cmQTWrapCPPCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmQTWrapCPPCommand.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- cmQTWrapCPPCommand.h	10 Oct 2007 15:47:43 -0000	1.13
+++ cmQTWrapCPPCommand.h	24 Nov 2007 08:51:14 -0000	1.14
@@ -56,7 +56,7 @@
    */
   virtual const char* GetTerseDocumentation() 
     {
-    return "Create QT Wrappers.";
+    return "Create Qt Wrappers.";
     }
   
   /**



More information about the Cmake-commits mailing list