diff --git a/WindowsEnvironmentSetup.html b/WindowsEnvironmentSetup.html
index de8e4b61d..113a8dc6a 100644
--- a/WindowsEnvironmentSetup.html
+++ b/WindowsEnvironmentSetup.html
@@ -1,4 +1,4 @@
-
Building Raw Therapee in Windows 64
+Building RawTherapee in Windows 64
12 November 2011
@@ -6,7 +6,7 @@ This short guide outlines setting up a development environment for building RawT
Apology and warning: the procedure is convoluted. Prepare for frustration if you deviate even one bit. Sorry.
Step 0:
-Use TortoiseHg to grab the latest Raw Therapee, put it in a directory whose name doesn't contain spaces. This is more or less simple but well documented, please figure it out yourself.
+Use TortoiseHg to grab the latest RawTherapee, put it in a directory whose name doesn't contain spaces. This is more or less simple but well documented, please figure it out yourself.
Step 1:
Download the latest CMake. Install it into C:\CMake.
@@ -24,7 +24,7 @@ Download the latest a rather specific build of MSYS. Install to C:\msys. At the end it asks for your MinGW directory, make sure you give it C:/MinGW64. That's a forward slash, and it matters.
Step 6:
-Create a file named build.bat in your raw therapee source directory with the following content:
+Create a file named build.bat in your RawTherapee source directory with the following content:
set GTKMM_BASEPATH=C:\gtkmm64
set GTKMM64_BASEPATH=C:\gtkmm64
@@ -38,8 +38,6 @@ pause
-Running the batch file above after completing all steps properly should slowly but flawlessly build Raw Therapee.
-If it doesn't work, please tell us about it at the Raw Therapee forum. Maybe this document needs updating.
+Running the batch file above after completing all steps properly should slowly but flawlessly build RawTherapee.
+If it doesn't work, please tell us about it at the RawTherapee forum. Maybe this document needs updating.
Do not rest until it builds. A complicated build sucks, but out of date or inaccurate build documentation is unacceptable.
-
-