Fix build, that's what I get for committing without testing first.
This commit is contained in:
@@ -358,7 +358,7 @@ BAboutWindow::AddCopyright(int32 firstCopyrightYear,
|
|||||||
if (fAboutView->InfoView()->TextLength() > 0)
|
if (fAboutView->InfoView()->TextLength() > 0)
|
||||||
text << "\n\n";
|
text << "\n\n";
|
||||||
|
|
||||||
text << firstCopyright;
|
text << copyright;
|
||||||
|
|
||||||
// Fill out the copyright year placeholder
|
// Fill out the copyright year placeholder
|
||||||
text.ReplaceAll("%years%", copyrightYears.String());
|
text.ReplaceAll("%years%", copyrightYears.String());
|
||||||
|
|||||||
Reference in New Issue
Block a user