浏览代码

STYLE: QT -> Qt in the docs

Alex
Alexander Neundorf 18 年之前
父节点
当前提交
f13e25e67d
共有 2 个文件被更改,包括 2 次插入2 次删除
  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() 
   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() 
   virtual const char* GetTerseDocumentation() 
     {
     {
-    return "Create QT user interfaces Wrappers.";
+    return "Create Qt user interfaces Wrappers.";
     }
     }
   
   
   /**
   /**