Show revision as xxxx! if there are local modifications otherwise xxxx

so we will be able to tell from screenshots whether the build is vanilla svn co or not

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3889 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
LPFaint99 2009-07-27 00:54:25 +00:00
parent a9b7813462
commit ef092e6053
1 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
#define SVN_REV $WCREV$
#define SVN_REV_STR "$WCREV$"
#define SVN_REV $WCREV$
#define SVN_REV_STR $WCMODS?"$WCREV$!":"$WCREV$"$