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:
authorCampbell Barton <ideasman42@gmail.com>2011-11-29 10:58:16 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-11-29 10:58:16 +0400
commit5380545c9780c8aabf050f0bdd4a547f45d9794e (patch)
tree0dca31a32af4cf3b6c53ab984a856dbf224c4931 /release/scripts/startup/bl_ui/space_info.py
parente3c6e47a382e6a8c92482cda048b396e0e9cc581 (diff)
parent3f57c06c7b8f01e16109c8bdbaba9643fe380d3c (diff)
svn merge ^/trunk/blender -r42221:42245
Diffstat (limited to 'release/scripts/startup/bl_ui/space_info.py')
-rw-r--r--release/scripts/startup/bl_ui/space_info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_info.py b/release/scripts/startup/bl_ui/space_info.py
index eaf88fbd295..ab8975d60e8 100644
--- a/release/scripts/startup/bl_ui/space_info.py
+++ b/release/scripts/startup/bl_ui/space_info.py
@@ -361,7 +361,7 @@ class INFO_MT_help(Menu):
layout = self.layout
- layout.operator("wm.url_open", text="Manual", icon='HELP').url = 'http://wiki.blender.org/index.php/Doc:Manual'
+ layout.operator("wm.url_open", text="Manual", icon='HELP').url = 'http://wiki.blender.org/index.php/Doc:2.6/Manual'
layout.operator("wm.url_open", text="Release Log", icon='URL').url = 'http://www.blender.org/development/release-logs/blender-260/'
layout.separator()