summaryrefslogtreecommitdiff
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
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
-rw-r--r--apps/plugins/bubbles.c2
-rwxr-xr-xmanual/plugins/images/ss-bubbles-176x220x16.pngbin0 -> 10067 bytes
-rw-r--r--manual/plugins/images/ss-bubbles-240x320x16.pngbin13497 -> 16719 bytes
3 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
diff --git a/manual/plugins/images/ss-bubbles-176x220x16.png b/manual/plugins/images/ss-bubbles-176x220x16.png
new file mode 100755
index 0000000000..d60d799fd8
--- /dev/null
+++ b/manual/plugins/images/ss-bubbles-176x220x16.png
Binary files differ
diff --git a/manual/plugins/images/ss-bubbles-240x320x16.png b/manual/plugins/images/ss-bubbles-240x320x16.png
index 0f98872b4a..dfdc4a981a 100644
--- a/manual/plugins/images/ss-bubbles-240x320x16.png
+++ b/manual/plugins/images/ss-bubbles-240x320x16.png
Binary files differ