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:
parent
8ef60809a7
commit
c458888ae0
@ -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");
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user