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:
Michael Pfeiffer 2010-02-27 13:54:40 +00:00
parent e5ca057aaa
commit 5a5fcf2f69

View File

@ -45,8 +45,11 @@ void
BootManager::AboutRequested()
{
BAlert *alert = new BAlert("about", "Haiku Boot Manager\n\n"
"\twritten by Michael Pfeiffer\n"
"\tCopyright 2008, Haiku Inc.\n", "OK");
"written by\n"
"\tDavid Dengg\n"
"\tMichael Pfeiffer\n"
"\n"
"Copyright 2008-10, Haiku Inc.\n", "OK");
BTextView *view = alert->TextView();
BFont font;