[openfirmware] [commit] r2876 - ofw/gui

repository service svn at openfirmware.info
Fri Feb 24 05:20:08 CET 2012


Author: quozl
Date: Fri Feb 24 05:20:08 2012
New Revision: 2876
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2876

Log:
OLPC XO-1.75 - fix for #11650, suppress promise of menu

Modified:
   ofw/gui/iconmenu.fth

Modified: ofw/gui/iconmenu.fth
==============================================================================
--- ofw/gui/iconmenu.fth	Fri Feb 24 02:41:08 2012	(r2875)
+++ ofw/gui/iconmenu.fth	Fri Feb 24 05:20:08 2012	(r2876)
@@ -474,7 +474,7 @@
 ;
 headers
 : wait-return  ( -- )
-   ." ... Press any key to return to the menu ... "
+   ." ... Press any key ... "
    cursor-off
    gui-alerts
    begin



More information about the openfirmware mailing list