Added David Dengg to About dialog for his boot loader.
Updated copyright year. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35633 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -45,8 +45,11 @@ void
|
|||||||
BootManager::AboutRequested()
|
BootManager::AboutRequested()
|
||||||
{
|
{
|
||||||
BAlert *alert = new BAlert("about", "Haiku Boot Manager\n\n"
|
BAlert *alert = new BAlert("about", "Haiku Boot Manager\n\n"
|
||||||
"\twritten by Michael Pfeiffer\n"
|
"written by\n"
|
||||||
"\tCopyright 2008, Haiku Inc.\n", "OK");
|
"\tDavid Dengg\n"
|
||||||
|
"\tMichael Pfeiffer\n"
|
||||||
|
"\n"
|
||||||
|
"Copyright 2008-10, Haiku Inc.\n", "OK");
|
||||||
BTextView *view = alert->TextView();
|
BTextView *view = alert->TextView();
|
||||||
BFont font;
|
BFont font;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user