Commit: 7447a0173cc841a1e9bd3f655c3230382c1e7cb7
Author: Campbell Barton
Date:   Sat Apr 11 19:41:31 2015 +1000
Branches: master
https://developer.blender.org/rB7447a0173cc841a1e9bd3f655c3230382c1e7cb7

Remove splash link to support gooseberry

Was included only for initial campaign.

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

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 c97b8e5..2b09c5c 100644
--- a/source/blender/windowmanager/intern/wm_operators.c
+++ b/source/blender/windowmanager/intern/wm_operators.c
@@ -1997,8 +1997,10 @@ static uiBlock *wm_block_create_splash(bContext *C, 
ARegion *ar, void *UNUSED(ar
        split = uiLayoutSplit(layout, 0.0f, false);
        col = uiLayoutColumn(split, false);
        uiItemL(col, IFACE_("Links"), ICON_NONE);
+#if 0
        uiItemStringO(col, IFACE_("Support an Open Animation Movie"), ICON_URL, 
"WM_OT_url_open", "url",
                      "https://cloud.blender.org/join";);
+#endif
        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",

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

Reply via email to