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

This commit is contained in:
John Scipione
2012-11-12 23:57:33 -05:00
parent 80d7bf83bd
commit 7031e2beb2
+1 -1
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());