* Updating readme.html and link to release logs for 2.60, now that we approach the RC state.

This commit is contained in:
Thomas Dinges
2011-10-01 11:21:47 +00:00
parent b062056c05
commit fdcfb9a4a0
3 changed files with 8 additions and 12 deletions

View File

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