[Bf-blender-cvs] [59c5aaf] blender-v2.72-release: Update link to the Support an Animation Movie link

Sergey Sharybin noreply at git.blender.org
Fri Oct 3 15:24:55 CEST 2014


Commit: 59c5aaf447ba76e3dd381dbb9abe7a2592d74d13
Author: Sergey Sharybin
Date:   Thu Oct 2 20:47:24 2014 +0200
Branches: blender-v2.72-release
https://developer.blender.org/rB59c5aaf447ba76e3dd381dbb9abe7a2592d74d13

Update link to the Support an Animation Movie link

This is to be in the final release.

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

M	source/blender/windowmanager/intern/wm_operators.c

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

diff --git a/source/blender/windowmanager/intern/wm_operators.c b/source/blender/windowmanager/intern/wm_operators.c
index 523eeb3..2ccebad 100644
--- a/source/blender/windowmanager/intern/wm_operators.c
+++ b/source/blender/windowmanager/intern/wm_operators.c
@@ -1893,7 +1893,7 @@ static uiBlock *wm_block_create_splash(bContext *C, ARegion *ar, void *UNUSED(ar
 	col = uiLayoutColumn(split, false);
 	uiItemL(col, IFACE_("Links"), ICON_NONE);
 	uiItemStringO(col, IFACE_("Support an Open Animation Movie"), ICON_URL, "WM_OT_url_open", "url",
-	              "http://cloud.blender.org/gooseberry");
+	              "https://cloud.blender.org/join");
 	uiItemStringO(col, IFACE_("Donations"), ICON_URL, "WM_OT_url_open", "url",
 	              "http://www.blender.org/foundation/donation-payment/");
 	uiItemStringO(col, IFACE_("Credits"), ICON_URL, "WM_OT_url_open", "url",




More information about the Bf-blender-cvs mailing list