Boot loader: Update copyright right in boot menu
This commit is contained in:
parent
59ae1c816d
commit
59881eaa16
@ -209,7 +209,7 @@ draw_menu(Menu *menu)
|
||||
print_centered(2, "Haiku Boot Loader");
|
||||
|
||||
console_set_color(kCopyrightColor, kBackgroundColor);
|
||||
print_centered(4, "Copyright 2004-2013 Haiku, Inc.");
|
||||
print_centered(4, "Copyright 2004-2014 Haiku, Inc.");
|
||||
|
||||
if (menu->Title()) {
|
||||
console_set_cursor(kOffsetX, kFirstLine - 2);
|
||||
|
Loading…
Reference in New Issue
Block a user