[Bf-blender-cvs] [7aea3ac] master: Splash: enable rc label

Campbell Barton noreply at git.blender.org
Thu Jun 12 20:43:31 CEST 2014


Commit: 7aea3acc03171d24ab3450736b95ee64dd3cbbeb
Author: Campbell Barton
Date:   Fri Jun 13 04:39:10 2014 +1000
https://developer.blender.org/rB7aea3acc03171d24ab3450736b95ee64dd3cbbeb

Splash: enable rc label

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

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 13245e9..6261f1d 100644
--- a/source/blender/windowmanager/intern/wm_operators.c
+++ b/source/blender/windowmanager/intern/wm_operators.c
@@ -1828,7 +1828,7 @@ static uiBlock *wm_block_create_splash(bContext *C, ARegion *ar, void *UNUSED(ar
 
 	/* label for 'a' bugfix releases, or 'Release Candidate 1'...
 	 *  avoids recreating splash for version updates */
-	if (0) {
+	if (1) {
 		/* placed after the version number in the image,
 		 * placing y is tricky to match baseline */
 		int x = 260 - (2 * UI_DPI_WINDOW_FAC);




More information about the Bf-blender-cvs mailing list