From 9e7f3615b569747ae3bd48973065f9e0e7440351 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Tue, 19 Sep 2006 20:48:47 +0000 Subject: Tetrox renamed to Rockblox, to avoid trademark issues git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11005 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/bitmaps/native/SOURCES | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'apps/plugins/bitmaps/native/SOURCES') diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 41b6d6f4f7..a06a287a8e 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -255,21 +255,21 @@ brickmania_break.176x132x16.bmp #endif -/* Tetrox */ +/* Rockblox */ #if (LCD_WIDTH == 320) && (LCD_HEIGHT == 240) && (LCD_DEPTH == 16) -tetrox_background.320x240x16.bmp +rockblox_background.320x240x16.bmp #elif (LCD_WIDTH >= 220) && (LCD_HEIGHT >= 176) && (LCD_DEPTH == 16) -tetrox_background.220x176x16.bmp +rockblox_background.220x176x16.bmp #elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132) && (LCD_DEPTH == 16) -tetrox_background.176x132x16.bmp +rockblox_background.176x132x16.bmp #elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && (LCD_DEPTH >= 16) -tetrox_background.160x128x16.bmp +rockblox_background.160x128x16.bmp #elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 128) && (LCD_DEPTH == 16) -tetrox_background.128x128x16.bmp +rockblox_background.128x128x16.bmp #elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && (LCD_DEPTH == 2) -tetrox_background.160x128x2.bmp +rockblox_background.160x128x2.bmp #elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110) && (LCD_DEPTH == 2) -tetrox_background.138x110x2.bmp +rockblox_background.138x110x2.bmp #endif #ifdef HAVE_LCD_COLOR -- cgit v1.2.3