diff options
author | Brad King <brad.king@kitware.com> | 2012-09-19 16:08:17 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-09-19 16:09:00 (GMT) |
commit | 750fcaa85898d72115913300a072cb4390e87444 (patch) | |
tree | ff508e3400350881174ad6f5fb277fff482172b2 /Source/cmGlobalVisualStudio8Generator.cxx | |
parent | d407dcdbc824688510837ec85bb2e3c85cf096bd (diff) | |
download | CMake-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.cxx | 2 |
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 = ""; } |