Browse Source

STYLE: QT -> Qt in the docs

Alex
Alexander Neundorf 18 years ago
parent
commit
f13e25e67d
2 changed files with 2 additions and 2 deletions
  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.";
     }
   
   /**