Skip to content
Extraits de code Groupes Projets
Valider 5b6d4de6 rédigé par Rodrigo Braz Monteiro's avatar Rodrigo Braz Monteiro
Parcourir les fichiers

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

Originally committed to SVN as r382.
parent 05aa32cb
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -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");
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter