added Konatu font copyright

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13642 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2005-07-12 09:17:44 +00:00
parent 8ef60809a7
commit c458888ae0

View File

@ -440,6 +440,14 @@ AboutView::AboutView(const BRect &r)
"All rights reserved.\n"
"Copyright (c) 1997 Be Inc.\n"
"Copyright (c) 1999 Jake Hamby. \n\n");
// Konatu font
fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &haiku_yellow);
fCreditsView->Insert("Konatu font\n");
fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &darkgrey);
fCreditsView->Insert(
"Copyright (C) 2002- MASUDA mitiya.\n"
"MIT license. All rights reserved.\n\n");
}