X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2Fmenu.c;h=f55b838bdfbd076b2c0e08d809d808b59f8e6b6d;hb=7a938d57b1dd2ff4170d801a5a70191a6e003717;hp=8ec98aa31545cb36c9bd28e7838374d8cdabc770;hpb=06796143f58b20d64aac78084be2feb0f099e6d9;p=libpicofe.git 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,");