Readme and Release Log Links:

* Update to 2.64
This commit is contained in:
Thomas Dinges
2012-07-11 21:57:11 +00:00
parent fabc2322aa
commit 4f5d982fb1
3 changed files with 7 additions and 7 deletions

View File

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