From f13e25e67da284e8f294b0d70ccde93430cc2812 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Sat, 24 Nov 2007 03:51:14 -0500 Subject: [PATCH] STYLE: QT -> Qt in the docs Alex --- Source/cmQTWrapCPPCommand.h | 2 +- Source/cmQTWrapUICommand.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/cmQTWrapCPPCommand.h b/Source/cmQTWrapCPPCommand.h index 785b07c15..98aeec0ff 100644 --- a/Source/cmQTWrapCPPCommand.h +++ b/Source/cmQTWrapCPPCommand.h @@ -56,7 +56,7 @@ public: */ virtual const char* GetTerseDocumentation() { - return "Create QT Wrappers."; + return "Create Qt Wrappers."; } /** diff --git a/Source/cmQTWrapUICommand.h b/Source/cmQTWrapUICommand.h index 1682b0c9b..491f17541 100644 --- a/Source/cmQTWrapUICommand.h +++ b/Source/cmQTWrapUICommand.h @@ -54,7 +54,7 @@ public: */ virtual const char* GetTerseDocumentation() { - return "Create QT user interfaces Wrappers."; + return "Create Qt user interfaces Wrappers."; } /**