Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2010-09-07 12:16:28 +0400
committerThomas Dinges <blender@dingto.org>2010-09-07 12:16:28 +0400
commitdb775721c84f3befd994908a731a24ea9f868e4f (patch)
treedc3569530b0922a419b7f21bd1e8ef7540549e65 /release/windows
parentae0d99291f2d89227579c1c3b09c33a3d30000be (diff)
Windows Installer:
* Remove text "(Requires Windows 2000 or better)", as we don't support Windows 2000 anymore. * Fixed link in Help.url
Diffstat (limited to 'release/windows')
-rw-r--r--release/windows/extra/Help.url4
-rw-r--r--release/windows/installer/00.sconsblender.nsi2
2 files changed, 3 insertions, 3 deletions
diff --git a/release/windows/extra/Help.url b/release/windows/extra/Help.url
index abc1b00fa70..417c237ceda 100644
--- a/release/windows/extra/Help.url
+++ b/release/windows/extra/Help.url
@@ -1,4 +1,4 @@
[DEFAULT]
-BASEURL=http://www.blender3d.org/Support/
+BASEURL=http://www.blender.org/education-help/
[InternetShortcut]
-URL=http://www.blender3d.org/Support/
+URL=http://www.blender.org/education-help/
diff --git a/release/windows/installer/00.sconsblender.nsi b/release/windows/installer/00.sconsblender.nsi
index 89255ced981..d16e0f1ae61 100644
--- a/release/windows/installer/00.sconsblender.nsi
+++ b/release/windows/installer/00.sconsblender.nsi
@@ -100,7 +100,7 @@ Function DataLocation
${EndIf}
${NSD_CreateLabel} 0 0 100% 12u "Please specify where you wish to install Blender's user data files."
- ${NSD_CreateRadioButton} 0 20 100% 12u "Use the Application Data directory (Requires Windows 2000 or better)"
+ ${NSD_CreateRadioButton} 0 20 100% 12u "Use the Application Data directory"
Pop $HWND_APPDATA
${NSD_CreateRadioButton} 0 50 100% 12u "Use the installation directory (ie. location chosen to install blender.exe)."
Pop $HWND_INSTDIR