summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
authorAdam Boot <rotator@gmail.com>2007-01-19 23:23:32 +0000
committerAdam Boot <rotator@gmail.com>2007-01-19 23:23:32 +0000
commite56b151efb2be8827b3287ac0c3fc2532b631ac8 (patch)
tree4dc9cc6697baaa72ccea81b73b452516e4d9cdd2 /apps/plugins
parent769d6a825593071bfc3e11b9f8e5a1c80c9e31f5 (diff)
downloadrockbox-e56b151efb2be8827b3287ac0c3fc2532b631ac8.tar.gz
rockbox-e56b151efb2be8827b3287ac0c3fc2532b631ac8.zip
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')
-rw-r--r--apps/plugins/bubbles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c
index f3a03cbd7b..1f5b319e72 100644
--- a/apps/plugins/bubbles.c
+++ b/apps/plugins/bubbles.c
@@ -126,7 +126,7 @@ PLUGIN_HEADER
126#define ROW_INDENT 8 126#define ROW_INDENT 8
127#define MAX_FPS 30 127#define MAX_FPS 30
128 128
129/* 12x12 bubbles (iPod Nano, Sansa E200) */ 129/* 12x12 bubbles (iPod Nano) */
130#elif (LCD_HEIGHT == 132) && (LCD_WIDTH == 176) 130#elif (LCD_HEIGHT == 132) && (LCD_WIDTH == 176)
131#define BUBBLE_WIDTH 12 131#define BUBBLE_WIDTH 12
132#define BUBBLE_HEIGHT 12 132#define BUBBLE_HEIGHT 12