Of course I missed to adjust the bolding in About after renaming from RepliShow to OverlayImage.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37223 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Joachim Seemer 2010-06-22 18:11:08 +00:00
parent 99b6a9f151
commit bdf17d41a1

View File

@ -141,6 +141,6 @@ OverlayView::OverlayAboutRequested()
view->GetFont(&font);
font.SetSize(font.Size() + 4);
font.SetFace(B_BOLD_FACE);
view->SetFontAndColor(0, 9, &font);
view->SetFontAndColor(0, 12, &font);
alert->Go();
}