mirror of https://github.com/odrling/Aegisub
Applied Motoko's version.cpp patch (slight cosmetic change)
Originally committed to SVN as r382.
This commit is contained in:
parent
05aa32cbe4
commit
5b6d4de6be
|
@ -88,7 +88,7 @@ struct VersionInfoStruct {
|
||||||
BuildCredit = _T(BUILD_CREDIT);
|
BuildCredit = _T(BUILD_CREDIT);
|
||||||
|
|
||||||
if (SvnRev > 0)
|
if (SvnRev > 0)
|
||||||
SCMStr = wxString::Format(_T("svn %d"), SvnRev);
|
SCMStr = wxString::Format(_T("SVN r%d"), SvnRev);
|
||||||
#ifdef BUILD_DARCS
|
#ifdef BUILD_DARCS
|
||||||
else
|
else
|
||||||
SCMStr = _T("darcs");
|
SCMStr = _T("darcs");
|
||||||
|
|
Loading…
Reference in New Issue