Added more things to x86_64 image.
Some preference apps, mount_server and AboutSystem. Removed the check for x86_64 in the boot script, the normal path through the script will work now. Also removed a temporary hack to workaround AboutSystem not being there in build_haiku_image.
This commit is contained in:
@@ -970,7 +970,7 @@ AboutView::_CreateCreditsView()
|
||||
if (year < 2008)
|
||||
year = 2008;
|
||||
snprintf(string, sizeof(string),
|
||||
COPYRIGHT_STRING "2001-%ld The Haiku project. ", year);
|
||||
COPYRIGHT_STRING "2001-%" B_PRId32 " The Haiku project. ", year);
|
||||
|
||||
fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &kDarkGrey);
|
||||
fCreditsView->Insert(string);
|
||||
|
||||
Reference in New Issue
Block a user