Updated copyright message in the boot loader menu.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16082 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-01-25 16:12:48 +00:00
parent 924479179b
commit 76c7d59103
@@ -1,5 +1,5 @@
/* /*
* Copyright 2004-2005, Axel Dörfler, [email protected]. All rights reserved. * Copyright 2004-2006, Axel Dörfler, [email protected]. All rights reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
@@ -199,7 +199,7 @@ draw_menu(Menu *menu)
print_centered(2, "Haiku Boot Loader"); print_centered(2, "Haiku Boot Loader");
console_set_color(kCopyrightColor, kBackgroundColor); console_set_color(kCopyrightColor, kBackgroundColor);
print_centered(4, "Copyright 2004-2005 Haiku Inc."); print_centered(4, "Copyright 2004-2006 Haiku Inc.");
if (menu->Title()) { if (menu->Title()) {
console_set_cursor(kOffsetX, kFirstLine - 2); console_set_cursor(kOffsetX, kFirstLine - 2);