From 67e8012783da07b165261d93636d2523e142c67c Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Fri, 23 Nov 2007 11:30:55 -0500 Subject: [PATCH] STYLE: QT is quicktime, Qt is Qt, as pointed out by David Faure Alex --- Source/cmQTWrapCPPCommand.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmQTWrapCPPCommand.cxx b/Source/cmQTWrapCPPCommand.cxx index 03c40608a..6348d92d4 100644 --- a/Source/cmQTWrapCPPCommand.cxx +++ b/Source/cmQTWrapCPPCommand.cxx @@ -107,7 +107,7 @@ bool cmQTWrapCPPCommand::InitialPass(std::vector const& argsIn) depends, no_main_dependency, commandLines, - "QT Wrapped File", + "Qt Wrapped File", no_working_dir); } }