[haiku-commits] r35633 - haiku/trunk/src/apps/bootman

  • From: michael.w.pfeiffer@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 27 Feb 2010 14:54:40 +0100 (CET)

Author: laplace
Date: 2010-02-27 14:54:40 +0100 (Sat, 27 Feb 2010)
New Revision: 35633
Changeset: http://dev.haiku-os.org/changeset/35633/haiku

Modified:
   haiku/trunk/src/apps/bootman/BootManager.cpp
Log:
Added David Dengg to About dialog for his boot loader.
Updated copyright year.


Modified: haiku/trunk/src/apps/bootman/BootManager.cpp
===================================================================
--- haiku/trunk/src/apps/bootman/BootManager.cpp        2010-02-27 13:32:46 UTC 
(rev 35632)
+++ haiku/trunk/src/apps/bootman/BootManager.cpp        2010-02-27 13:54:40 UTC 
(rev 35633)
@@ -45,8 +45,11 @@
 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;
 


Other related posts:

  • » [haiku-commits] r35633 - haiku/trunk/src/apps/bootman - michael . w . pfeiffer