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>2012-04-05 13:27:53 +0400
committerThomas Dinges <blender@dingto.org>2012-04-05 13:27:53 +0400
commit72ba2b8dd1839727b7e1576de47ac3b8ee20bc06 (patch)
treea8723f7e186c3f8e330f3b1d49b50357dab57d76 /release/scripts/startup/bl_ui/space_info.py
parent2f452250e5e8d4ef35387b240bab00f75b728e1f (diff)
Readme and Release Log Links:
* Update to 2.63 * Update readme with proper links to 2.6 Manual, remove Solaris OS (no official builds from our side).
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 d6f8ad4cc72..4f786a0be83 100644
--- a/release/scripts/startup/bl_ui/space_info.py
+++ b/release/scripts/startup/bl_ui/space_info.py
@@ -362,7 +362,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:2.6/Manual'
- layout.operator("wm.url_open", text="Release Log", icon='URL').url = 'http://www.blender.org/development/release-logs/blender-262/'
+ layout.operator("wm.url_open", text="Release Log", icon='URL').url = 'http://www.blender.org/development/release-logs/blender-263/'
layout.separator()