diff options
| author | Hristo Kovachev <bger@rockbox.org> | 2006-04-03 08:51:08 +0000 |
|---|---|---|
| committer | Hristo Kovachev <bger@rockbox.org> | 2006-04-03 08:51:08 +0000 |
| commit | 38deb8f13a9896f2d6eb884c6a8bbc9b10001255 (patch) | |
| tree | 6e0b2629bec1f6ebd83671230652da304dcf0ff8 /apps/plugins/SOURCES | |
| parent | defbc69b2b2a576d06e718deef73aa41b5376390 (diff) | |
| download | rockbox-38deb8f13a9896f2d6eb884c6a8bbc9b10001255.zip rockbox-38deb8f13a9896f2d6eb884c6a8bbc9b10001255.tar.gz rockbox-38deb8f13a9896f2d6eb884c6a8bbc9b10001255.tar.bz2 rockbox-38deb8f13a9896f2d6eb884c6a8bbc9b10001255.tar.xz | |
Patch #4864 by Jonathan Gordon: text editor plugin, with some changes by me.
Also correct a var clash between the rockbox's gui api and doom plugin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9451 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
| -rw-r--r-- | apps/plugins/SOURCES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index b777791..029b622 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -26,6 +26,7 @@ wavplay.c #ifndef IRIVER_IFP7XX_SERIES /* Temporarily disable plugins for iFP7xx */ dice.c #ifdef HAVE_LCD_BITMAP /* Not for the Player */ +text_editor.c #if CONFIG_LCD != LCD_IPOD2BPP /* Plugins needing the grayscale lib */ fire.c |