Release Cycle:

* Readme and release log links for the Blender 2.66 release.
This commit is contained in:
Thomas Dinges
2013-01-17 00:56:04 +00:00
parent c8df3db370
commit 0601d54068
3 changed files with 7 additions and 7 deletions

View File

@@ -373,7 +373,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-265"
layout.operator("wm.url_open", text="Release Log", icon='URL').url = "http://www.blender.org/development/release-logs/blender-266"
layout.separator()
layout.operator("wm.url_open", text="Blender Website", icon='URL').url = "http://www.blender.org"