diff options
| author | Martin Arver <martin.arver@gmail.com> | 2006-08-15 10:53:14 +0000 |
|---|---|---|
| committer | Martin Arver <martin.arver@gmail.com> | 2006-08-15 10:53:14 +0000 |
| commit | 8570911e4ee0ec30ce73581518ad9b5afe00a15e (patch) | |
| tree | c332952ff2b3e8133ade88b02fe88d734b0818ac /manual/plugins | |
| parent | aa38ce54bb06cb0c1f97fc9d0feddf65bc99a326 (diff) | |
| download | rockbox-8570911e4ee0ec30ce73581518ad9b5afe00a15e.zip rockbox-8570911e4ee0ec30ce73581518ad9b5afe00a15e.tar.gz rockbox-8570911e4ee0ec30ce73581518ad9b5afe00a15e.tar.bz2 rockbox-8570911e4ee0ec30ce73581518ad9b5afe00a15e.tar.xz | |
various changes/corrections from Andrew Melville (FS#5815). Some code policy as well.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10580 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins')
| -rw-r--r-- | manual/plugins/main.tex | 2 | ||||
| -rw-r--r-- | manual/plugins/wormlet.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex index 180bb1a..cd60a0b 100644 --- a/manual/plugins/main.tex +++ b/manual/plugins/main.tex @@ -5,7 +5,7 @@ be loaded at a time. Plugins have exclusive control over the user interface. This means you cannot switch back and forth between a plugin and Rockbox, a plugin is loaded, run and then exited, which returns control to Rockbox. Most plugins will not interfere with music playback but some of them will stop -playback while runnig. Plugins have the file extension \fname{.rock}. Most of +playback while running. Plugins have the file extension \fname{.rock}. Most of them can be started from \setting{Browse Plugins} in the \setting{Main Menu}. Viewer plugins get started automatically by opening an associated file (i.e. diff --git a/manual/plugins/wormlet.tex b/manual/plugins/wormlet.tex index 7a3953d..73d666c 100644 --- a/manual/plugins/wormlet.tex +++ b/manual/plugins/wormlet.tex @@ -117,7 +117,7 @@ game. Press \opt{RECORDER_PAD}{\ButtonPlay}\opt{ONDIO_PAD}{\ButtonMenu} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD}{\ButtonSelect} -to pause the game. Hit +to pause the game. Press \opt{RECORDER_PAD}{\ButtonPlay}\opt{ONDIO_PAD}{\ButtonMenu} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD}{\ButtonSelect} again to resume the game. |