[Bf-blender-cvs] [a1d80b9] master: Update link to the Support an Animation Movie link

Sergey Sharybin noreply at git.blender.org
Thu Oct 2 20:47:44 CEST 2014


Commit: a1d80b9c568be57d43a18bf2f4ac690147bedfed
Author: Sergey Sharybin
Date:   Thu Oct 2 20:47:24 2014 +0200
Branches: master
https://developer.blender.org/rBa1d80b9c568be57d43a18bf2f4ac690147bedfed

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 09639e8..b9a79a8 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