diff options
| author | Frank Gevaerts <frank@gevaerts.be> | 2008-07-01 21:54:32 +0000 |
|---|---|---|
| committer | Frank Gevaerts <frank@gevaerts.be> | 2008-07-01 21:54:32 +0000 |
| commit | 580b719d9e755ecace36d7b154bba004dda88cc9 (patch) | |
| tree | 7fff58b8a988a5417cde4928985c6697debf60b5 | |
| parent | f9f2d6d42ea2d8076f6489faa5ec000dd20a6309 (diff) | |
| download | rockbox-580b719d9e755ecace36d7b154bba004dda88cc9.zip rockbox-580b719d9e755ecace36d7b154bba004dda88cc9.tar.gz rockbox-580b719d9e755ecace36d7b154bba004dda88cc9.tar.bz2 rockbox-580b719d9e755ecace36d7b154bba004dda88cc9.tar.xz | |
Don't promise features for a certain release in the manual
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17911 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/plugins/wavplay.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/plugins/wavplay.tex b/manual/plugins/wavplay.tex index 350c761..5a42614 100644 --- a/manual/plugins/wavplay.tex +++ b/manual/plugins/wavplay.tex @@ -1,7 +1,7 @@ \subsection{Wavplay} \screenshot{plugins/images/ss-wavplay}{Wavplay}{fig:wavplay} This plugin is for demo purposes only. It is planned to have -Wavplay as part of the normal playback engine in Rockbox version 3.1. +Wavplay as part of the normal playback engine later. At the moment it is only possible to start playing one \fname{.wav}-file at a time. Therefore playlists are impossible. As every other viewer plugin, Wavplay |