Commit: eb6a8e43214037a077aa198b5cfdf1d20a053aae
Author: Thomas Dinges
Date:   Wed Dec 23 17:53:12 2015 +0100
Branches: master
https://developer.blender.org/rBeb6a8e43214037a077aa198b5cfdf1d20a053aae

Update Link to the Blender Store.

===================================================================

M       release/scripts/startup/bl_ui/space_info.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/space_info.py 
b/release/scripts/startup/bl_ui/space_info.py
index 369656f..1988457 100644
--- a/release/scripts/startup/bl_ui/space_info.py
+++ b/release/scripts/startup/bl_ui/space_info.py
@@ -305,7 +305,7 @@ class INFO_MT_help(Menu):
         layout.separator()
 
         layout.operator("wm.url_open", text="Blender Website", icon='URL').url 
= "http://www.blender.org";
-        layout.operator("wm.url_open", text="Blender e-Shop", icon='URL').url 
= "http://www.blender.org/e-shop";
+        layout.operator("wm.url_open", text="Blender Store", icon='URL').url = 
"https://store.blender.org";
         layout.operator("wm.url_open", text="Developer Community", 
icon='URL').url = "http://www.blender.org/get-involved/";
         layout.operator("wm.url_open", text="User Community", icon='URL').url 
= "http://www.blender.org/community/user-community";
         layout.separator()

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to