Splash: enable rc label

This commit is contained in:
Campbell Barton 2014-06-13 04:39:10 +10:00
parent a8532fb3dd
commit 7aea3acc03

@ -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);