summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio8Generator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2012-09-19 16:08:17 (GMT)
committerBrad King <brad.king@kitware.com>2012-09-19 16:09:00 (GMT)
commit750fcaa85898d72115913300a072cb4390e87444 (patch)
treeff508e3400350881174ad6f5fb277fff482172b2 /Source/cmGlobalVisualStudio8Generator.cxx
parentd407dcdbc824688510837ec85bb2e3c85cf096bd (diff)
downloadCMake-750fcaa85898d72115913300a072cb4390e87444.zip
CMake-750fcaa85898d72115913300a072cb4390e87444.tar.gz
CMake-750fcaa85898d72115913300a072cb4390e87444.tar.bz2
VS8: Remove '.NET' from generator description (#10158)
The product name does not include '.NET'. Use '8' instead to be consistent with the existing description of the '9' (2008) generator.
Diffstat (limited to 'Source/cmGlobalVisualStudio8Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio8Generator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio8Generator.cxx b/Source/cmGlobalVisualStudio8Generator.cxx
index 2e3b530..bca1754 100644
--- a/Source/cmGlobalVisualStudio8Generator.cxx
+++ b/Source/cmGlobalVisualStudio8Generator.cxx
@@ -48,7 +48,7 @@ void cmGlobalVisualStudio8Generator
::GetDocumentation(cmDocumentationEntry& entry) const
{
entry.Name = this->GetName();
- entry.Brief = "Generates Visual Studio .NET 2005 project files.";
+ entry.Brief = "Generates Visual Studio 8 2005 project files.";
entry.Full = "";
}