summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-02-22 13:02:33 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-02-22 13:02:33 +0000
commitd65908fb875619d212d8d94634ae56de277b75d5 (patch)
tree500fa70d4aa4bf66f82ec8e03ab47a0a05f45e3a /apps/plugin.c
parentca42601e1f23cdf43f52f8f317b660e20d885e5b (diff)
downloadrockbox-d65908fb875619d212d8d94634ae56de277b75d5.zip
rockbox-d65908fb875619d212d8d94634ae56de277b75d5.tar.gz
rockbox-d65908fb875619d212d8d94634ae56de277b75d5.tar.bz2
rockbox-d65908fb875619d212d8d94634ae56de277b75d5.tar.xz
use the sim version of the icons for the sims
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6037 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 8ec4c08..f8f8fb1 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -93,7 +93,7 @@ static const struct plugin_api rockbox_api = {
lcd_putc,
lcd_put_cursor,
lcd_remove_cursor,
- lcd_icon,
+ PREFIX(lcd_icon),
#else
lcd_putsxy,
lcd_puts_style,