diff options
| author | Marianne Arnold <pixelma@rockbox.org> | 2010-11-26 19:29:50 +0000 |
|---|---|---|
| committer | Marianne Arnold <pixelma@rockbox.org> | 2010-11-26 19:29:50 +0000 |
| commit | a51fa04a88d5f426d7dab08657f50d739810bc20 (patch) | |
| tree | 8c1de5abdb308ec359e74598589a7fe60d2dfc37 | |
| parent | ec9bb4c684aa3bbee46859ad6f9366e403521f53 (diff) | |
| download | rockbox-a51fa04a88d5f426d7dab08657f50d739810bc20.zip rockbox-a51fa04a88d5f426d7dab08657f50d739810bc20.tar.gz rockbox-a51fa04a88d5f426d7dab08657f50d739810bc20.tar.bz2 rockbox-a51fa04a88d5f426d7dab08657f50d739810bc20.tar.xz | |
Fix all manuals that were broken in r28617 (targets that do not have \ButtonSelect) by using the respective \ActionStdOk macro which also matches the c code IIUC.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28676 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/main_menu/main.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/main_menu/main.tex b/manual/main_menu/main.tex index b5daeab..5a12591 100644 --- a/manual/main_menu/main.tex +++ b/manual/main_menu/main.tex @@ -251,11 +251,11 @@ pages of information.} This item shows the cumulative overall runtime of your \dap{} since you either disconnected it from charging (in Rockbox) or manually reset this item. A manual reset is done through pressing any button, - followed by pressing \ButtonSelect{}. + followed by pressing \ActionStdOk{}. \item[Top Time:] This item shows the cumulative overall runtime of your \dap{} since you last manually reset this item. A manual reset is done through pressing - any button, followed by pressing \ButtonSelect{}. + any button, followed by pressing \ActionStdOk{}. \end{description} \item[Debug (Keep Out!):] |