summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/SystemTools.cxx
diff options
context:
space:
mode:
authorSebastien Barre <sebastien.barre@kitware.com>2008-10-16 23:30:49 (GMT)
committerSebastien Barre <sebastien.barre@kitware.com>2008-10-16 23:30:49 (GMT)
commit8e5886e6529ddf47a0b3dc96849817b17c371fb2 (patch)
treec193039d27a0d5dcfbbfcbcf1e98ef1334038caf /Source/kwsys/SystemTools.cxx
parentb55f7a261f9aa57aca528e4f4e047e87a003b3fd (diff)
downloadCMake-8e5886e6529ddf47a0b3dc96849817b17c371fb2.zip
CMake-8e5886e6529ddf47a0b3dc96849817b17c371fb2.tar.gz
CMake-8e5886e6529ddf47a0b3dc96849817b17c371fb2.tar.bz2
ENH: fix for Vista
Diffstat (limited to 'Source/kwsys/SystemTools.cxx')
-rw-r--r--Source/kwsys/SystemTools.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/SystemTools.cxx b/Source/kwsys/SystemTools.cxx
index 8de4d94..72b109c 100644
--- a/Source/kwsys/SystemTools.cxx
+++ b/Source/kwsys/SystemTools.cxx
@@ -4182,7 +4182,7 @@ kwsys_stl::string SystemTools::GetOperatingSystemNameAndVersion()
res += "Microsoft Windows Server 2008 family";
}
#else
- res += "Microsoft Windows Vista or Windows Server 2003";
+ res += "Microsoft Windows Vista or Windows Server 2008";
#endif
}