Fix build, that's what I get for committing without testing first.

This commit is contained in:
John Scipione 2012-08-18 16:40:17 -04:00
parent 80d7bf83bd
commit 7031e2beb2
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ BAboutWindow::AddCopyright(int32 firstCopyrightYear,
if (fAboutView->InfoView()->TextLength() > 0)
text << "\n\n";
text << firstCopyright;
text << copyright;
// Fill out the copyright year placeholder
text.ReplaceAll("%years%", copyrightYears.String());