From 5a5fcf2f69801b7c80732b2f5792f168e72de21b Mon Sep 17 00:00:00 2001 From: Michael Pfeiffer Date: Sat, 27 Feb 2010 13:54:40 +0000 Subject: [PATCH] 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 --- src/apps/bootman/BootManager.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/apps/bootman/BootManager.cpp b/src/apps/bootman/BootManager.cpp index 361f672997..1570b20b59 100644 --- a/src/apps/bootman/BootManager.cpp +++ b/src/apps/bootman/BootManager.cpp @@ -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;