diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2006-03-19 12:31:13 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2006-03-19 12:31:13 +0000 |
| commit | 958d6ac278dc589ffc02ac994d0699de05cf20c8 (patch) | |
| tree | c76c685e63be4679b4b421bb4dc9231012067114 /apps/plugins/bitmaps | |
| parent | 5b4307ed0c341cad2ad5b95b2b205a68743e4716 (diff) | |
| download | rockbox-958d6ac278dc589ffc02ac994d0699de05cf20c8.zip rockbox-958d6ac278dc589ffc02ac994d0699de05cf20c8.tar.gz rockbox-958d6ac278dc589ffc02ac994d0699de05cf20c8.tar.bz2 rockbox-958d6ac278dc589ffc02ac994d0699de05cf20c8.tar.xz | |
Renamed Bejeweled to Jewels, for trademark reasons.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9116 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps')
| -rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 83c522e..f2d3076 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 */ |