From 469642a52fc3f3f1ffd3f29ae16286876500ff9a Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Tue, 8 Jan 2008 16:37:57 +1100 Subject: [PATCH] Unify boot messages Both linux and gameos boots have elipses. Signed-off-by: Jeremy Kerr --- petitboot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/petitboot.c b/petitboot.c index 48442e9..ee68930 100644 --- a/petitboot.c +++ b/petitboot.c @@ -795,7 +795,7 @@ twin_bool_t pboot_event_filter(twin_screen_t *screen, /* Another gross hack for booting back to gameos */ case KEY_BACKSPACE: case KEY_DELETE: - pboot_message("booting to GameOS"); + pboot_message("booting to GameOS..."); system(BOOT_GAMEOS_BIN); } case TwinEventKeyUp: -- 2.39.2