diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2005-02-22 13:02:33 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2005-02-22 13:02:33 +0000 |
| commit | d65908fb875619d212d8d94634ae56de277b75d5 (patch) | |
| tree | 500fa70d4aa4bf66f82ec8e03ab47a0a05f45e3a /apps/plugin.c | |
| parent | ca42601e1f23cdf43f52f8f317b660e20d885e5b (diff) | |
| download | rockbox-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.c | 2 |
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, |