diff options
| author | Adam Boot <rotator@gmail.com> | 2007-01-19 23:23:32 +0000 |
|---|---|---|
| committer | Adam Boot <rotator@gmail.com> | 2007-01-19 23:23:32 +0000 |
| commit | e56b151efb2be8827b3287ac0c3fc2532b631ac8 (patch) | |
| tree | 4dc9cc6697baaa72ccea81b73b452516e4d9cdd2 /apps/plugins/bubbles.c | |
| parent | 769d6a825593071bfc3e11b9f8e5a1c80c9e31f5 (diff) | |
| download | rockbox-e56b151efb2be8827b3287ac0c3fc2532b631ac8.zip rockbox-e56b151efb2be8827b3287ac0c3fc2532b631ac8.tar.gz rockbox-e56b151efb2be8827b3287ac0c3fc2532b631ac8.tar.bz2 rockbox-e56b151efb2be8827b3287ac0c3fc2532b631ac8.tar.xz | |
Update manual screenshots and fix a comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12076 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bubbles.c')
| -rw-r--r-- | apps/plugins/bubbles.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c index f3a03cb..1f5b319 100644 --- a/apps/plugins/bubbles.c +++ b/apps/plugins/bubbles.c @@ -126,7 +126,7 @@ PLUGIN_HEADER #define ROW_INDENT 8 #define MAX_FPS 30 -/* 12x12 bubbles (iPod Nano, Sansa E200) */ +/* 12x12 bubbles (iPod Nano) */ #elif (LCD_HEIGHT == 132) && (LCD_WIDTH == 176) #define BUBBLE_WIDTH 12 #define BUBBLE_HEIGHT 12 |