make the constant match what os normalization is doing

git-svn-id: file:///home/svn/framework3/trunk@12664 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2011-05-19 16:54:33 +00:00
parent 0b88468617
commit 25d7c5a6df
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ end
module OperatingSystems
LINUX = "Linux"
MAC_OSX = "Mac OS X"
WINDOWS = "Windows"
WINDOWS = "Microsoft Windows"
FREEBSD = "FreeBSD"
NETBSD = "NetBSD"
OPENBSD = "OpenBSD"