From: notaz Date: Sun, 29 Jun 2008 22:00:19 +0000 (+0000) Subject: menu text adjustment X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a938d57b1dd2ff4170d801a5a70191a6e003717;p=libpicofe.git menu text adjustment git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@506 be3aeb3a-fb24-0410-a615-afba39da0efa --- diff --git a/gp2x/menu.c b/gp2x/menu.c index 8ec98aa..f55b838 100644 --- a/gp2x/menu.c +++ b/gp2x/menu.c @@ -1446,7 +1446,7 @@ static void draw_menu_credits(void) text_out16(tl_x, (y+=10), "craigix: GP2X hardware"); text_out16(tl_x, (y+=10), "ketchupgun: skin design"); - text_out16(tl_x, (y+=20), "special thanks (for code, docs, ideas)"); + text_out16(tl_x, (y+=20), "special thanks (for docs, ideas):"); text_out16(tl_x, (y+=10), " Charles MacDonald, Haze,"); text_out16(tl_x, (y+=10), " Stephane Dallongeville,"); text_out16(tl_x, (y+=10), " Lordus, Exophase, Rokas,"); diff --git a/psp/menu.c b/psp/menu.c index 44c7c66..89ba742 100644 --- a/psp/menu.c +++ b/psp/menu.c @@ -1515,7 +1515,7 @@ static void draw_menu_credits(void) text_out16(tl_x, (y+=10), "ps2dev.org people: PSP SDK/code"); text_out16(tl_x, (y+=10), "ketchupgun: skin design"); - text_out16(tl_x, (y+=20), "special thanks (for code, docs, ideas):"); + text_out16(tl_x, (y+=20), "special thanks (for docs, ideas):"); text_out16(tl_x, (y+=10), " Charles MacDonald, Haze,"); text_out16(tl_x, (y+=10), " Stephane Dallongeville,"); text_out16(tl_x, (y+=10), " Lordus, Exophase, Rokas,");