Porting URL fixes for Release Logs from Tag to Trunk.

This commit is contained in:
2010-12-30 13:02:48 +00:00
parent 46feccfaea
commit f09d7912f8
3 changed files with 3 additions and 3 deletions

View File

@@ -353,7 +353,7 @@ class INFO_MT_help(bpy.types.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-254-beta/'
layout.operator("wm.url_open", text="Release Log", icon='URL').url = 'http://www.blender.org/development/release-logs/blender-256-beta/'
layout.separator()