* added copyright for BRegion backend implementation
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21675 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -529,6 +529,15 @@ AboutView::AboutView(const BRect &rect)
|
|||||||
"Copyright " B_UTF8_COPYRIGHT " 1997 Be Inc.\n"
|
"Copyright " B_UTF8_COPYRIGHT " 1997 Be Inc.\n"
|
||||||
"Copyright " B_UTF8_COPYRIGHT " 1999 Jake Hamby. \n\n");
|
"Copyright " B_UTF8_COPYRIGHT " 1999 Jake Hamby. \n\n");
|
||||||
|
|
||||||
|
// OpenGroup & DEC (BRegion backend) copyright
|
||||||
|
fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &haikuYellow);
|
||||||
|
fCreditsView->Insert("BRegion backend (XFree86)\n");
|
||||||
|
fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &darkgrey);
|
||||||
|
fCreditsView->Insert(
|
||||||
|
"Copyright " B_UTF8_COPYRIGHT " 1987, 1988, 1998 The Open Group.\n"
|
||||||
|
"Copyright " B_UTF8_COPYRIGHT " 1987, 1988 Digital Equipment Corporation, Maynard, Massachusetts.\n"
|
||||||
|
"All rights reserved.\n\n");
|
||||||
|
|
||||||
// Konatu font
|
// Konatu font
|
||||||
fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &haikuYellow);
|
fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &haikuYellow);
|
||||||
fCreditsView->Insert("Konatu font\n");
|
fCreditsView->Insert("Konatu font\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user