Explorar el Código

STYLE: QT -> Qt in the docs

Alex
Alexander Neundorf hace 18 años
padre
commit
f13e25e67d
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      Source/cmQTWrapCPPCommand.h
  2. 1 1
      Source/cmQTWrapUICommand.h

+ 1 - 1
Source/cmQTWrapCPPCommand.h

@@ -56,7 +56,7 @@ public:
    */
   virtual const char* GetTerseDocumentation() 
     {
-    return "Create QT Wrappers.";
+    return "Create Qt Wrappers.";
     }
   
   /**

+ 1 - 1
Source/cmQTWrapUICommand.h

@@ -54,7 +54,7 @@ public:
    */
   virtual const char* GetTerseDocumentation() 
     {
-    return "Create QT user interfaces Wrappers.";
+    return "Create Qt user interfaces Wrappers.";
     }
   
   /**