From 7dde3064588325c86ea879a12d094252955c8046 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Thu, 5 Apr 2007 22:46:50 +1000 Subject: [PATCH] Use shorter status bar string Signed-off-by: Jeremy Kerr --- petitboot.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/petitboot.c b/petitboot.c index 581d633..f875768 100644 --- a/petitboot.c +++ b/petitboot.c @@ -31,8 +31,7 @@ static twin_fbdev_t *pboot_fbdev; static twin_screen_t *pboot_screen; #define PBOOT_INITIAL_MESSAGE \ - "video hack: 0=default 1=720p 2=1080i 3=1080p " \ - "BACKSPACE=return to GameOS" + "keys: 0=safe 1=720p 2=1080i 3=1080p del=GameOS" #define PBOOT_LEFT_PANE_SIZE 160 #define PBOOT_LEFT_PANE_COLOR 0x80000000 -- 2.39.2