Hide master branch in titlebar properly.

This commit is contained in:
Jordan Woyak 2011-08-21 16:55:21 -05:00
parent e8fe15c3f7
commit 1236bdffac

View File

@ -417,7 +417,7 @@ endif(NOT DISABLE_WX)
######################################## ########################################
# Pre-build events: Define configuration variables and write svnrev header # Pre-build events: Define configuration variables and write svnrev header
# #
if(SCM_BRANCH_STR EQUAL "master") if(DOLPHIN_WC_BRANCH STREQUAL "master")
set(DOLPHIN_WC_IS_MASTER "1") set(DOLPHIN_WC_IS_MASTER "1")
else() else()
set(DOLPHIN_WC_IS_MASTER "0") set(DOLPHIN_WC_IS_MASTER "0")