s/OpenBeOS/Haiku/

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8073 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin 2004-06-20 15:47:22 +00:00
parent d31902e857
commit ac9005b4bb
3 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ main()
{
setup_io();
printf("Welcome to OpenBeOS!\n");
printf("Welcome to Haiku!\n");
{
team_id pid;

View File

@ -80,7 +80,7 @@ main(int argc, char *argv[])
exit(0);
}
printf("Welcome to the OpenBeOS shell\n");
printf("Welcome to the Haiku shell\n");
for (;;) {
int chars_read;

View File

@ -43,7 +43,7 @@ main(stage2_args *args)
if ((platform_boot_options() & BOOT_OPTION_DEBUG_OUTPUT) == 0)
platform_switch_to_logo();
puts("Welcome to the OpenBeOS boot loader!");
puts("Welcome to the Haiku boot loader!");
bool mountedAllVolumes = false;