From 958d6ac278dc589ffc02ac994d0699de05cf20c8 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Sun, 19 Mar 2006 12:31:13 +0000 Subject: Renamed Bejeweled to Jewels, for trademark reasons. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9116 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/bitmaps/native/SOURCES | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'apps/plugins/bitmaps/native') diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 83c522e053..f2d3076418 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -2,23 +2,23 @@ /* Bejeweled */ #if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64) -bejeweled_jewels.112x64x1.bmp +jewels.112x64x1.bmp #elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 64) -bejeweled_jewels.112x64x1.bmp +jewels.112x64x1.bmp #elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110) -bejeweled_jewels.138x110x1.bmp +jewels.138x110x1.bmp #elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && !defined(HAVE_LCD_COLOR) -bejeweled_jewels.160x128x1.bmp +jewels.160x128x1.bmp #elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && defined(HAVE_LCD_COLOR) -bejeweled_jewels.160x128x16.bmp +jewels.160x128x16.bmp #elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132) -bejeweled_jewels.160x128x16.bmp +jewels.160x128x16.bmp #elif (LCD_WIDTH == 220) && (LCD_HEIGHT == 176) -bejeweled_jewels.220x176x16.bmp +jewels.220x176x16.bmp #elif (LCD_WIDTH == 240) && (LCD_HEIGHT == 320) -bejeweled_jewels.220x176x16.bmp +jewels.220x176x16.bmp #elif (LCD_WIDTH == 320) && (LCD_HEIGHT == 240) -bejeweled_jewels.320x240x16.bmp +jewels.320x240x16.bmp #endif /* ChessBox */ -- cgit v1.2.3