diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-11-24 03:51:14 -0500 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-11-24 03:51:14 -0500 |
commit | f13e25e67da284e8f294b0d70ccde93430cc2812 (patch) | |
tree | 29b0f16e591c1bb7174b221a3915b8b2316ce545 /Source/cmQTWrapCPPCommand.h | |
parent | ba3a55ddcc98669e104f7d2592002200f00fee28 (diff) | |
download | cmake-f13e25e67da284e8f294b0d70ccde93430cc2812.tar.gz |
STYLE: QT -> Qt in the docs
Alex
Diffstat (limited to 'Source/cmQTWrapCPPCommand.h')
-rw-r--r-- | Source/cmQTWrapCPPCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmQTWrapCPPCommand.h b/Source/cmQTWrapCPPCommand.h index 785b07c152..98aeec0ff5 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."; } /** |