From 8189be16550aac175dcd1bb2ee2bff943c6df4b4 Mon Sep 17 00:00:00 2001 From: Magnus Holmgren Date: Sun, 24 Jul 2005 16:03:44 +0000 Subject: Calculate the with of the right string. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7235 a1c6a512-1295-4272-9138-f99709370657 --- apps/screens.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/screens.c b/apps/screens.c index 440f9e1..86d11a7 100644 --- a/apps/screens.c +++ b/apps/screens.c @@ -590,7 +590,7 @@ bool quick_screen(int context, int button) break; } - lcd_getstringsize(str(LANG_SHUFFLE),&w,&h); + lcd_getstringsize(str(LANG_REPEAT),&w,&h); lcd_putsxy(LCD_WIDTH - w, LCD_HEIGHT/2 - h*2, str(LANG_REPEAT)); lcd_putsxy(LCD_WIDTH - w, LCD_HEIGHT/2 - h, str(LANG_F2_MODE)); lcd_putsxy(LCD_WIDTH - w, LCD_HEIGHT/2, ptr); -- cgit v1.1