Applied Motoko's version.cpp patch (slight cosmetic change)

Originally committed to SVN as r382.
This commit is contained in:
Rodrigo Braz Monteiro 2006-05-10 04:58:21 +00:00
parent 05aa32cbe4
commit 5b6d4de6be
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ struct VersionInfoStruct {
BuildCredit = _T(BUILD_CREDIT);
if (SvnRev > 0)
SCMStr = wxString::Format(_T("svn %d"), SvnRev);
SCMStr = wxString::Format(_T("SVN r%d"), SvnRev);
#ifdef BUILD_DARCS
else
SCMStr = _T("darcs");