diff options
Diffstat (limited to 'manual/advanced_topics')
-rw-r--r-- | manual/advanced_topics/main.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex index eaa0494691..25eff05827 100644 --- a/manual/advanced_topics/main.tex +++ b/manual/advanced_topics/main.tex | |||
@@ -8,10 +8,10 @@ | |||
8 | It is possible to customise the main menu, i.e. to reorder or to hide some | 8 | It is possible to customise the main menu, i.e. to reorder or to hide some |
9 | of its items. To accomplish this, the file \fname{/.rockbox/config.cfg} must | 9 | of its items. To accomplish this, the file \fname{/.rockbox/config.cfg} must |
10 | be edited (presumably on the computer while the \dap{} is connected to it | 10 | be edited (presumably on the computer while the \dap{} is connected to it |
11 | via USB). There, the line starting with \config{root\_menu\_order:} must | 11 | via USB). There, the line starting with \config{root~menu~order:} must |
12 | be edited (or created if it is not present yet). | 12 | be edited (or created if it is not present yet). |
13 | 13 | ||
14 | The line should look like \config{root\_menu\_order:items}, where ``items'' | 14 | The line should look like \config{root~menu~order:items}, where ``items'' |
15 | is a comma separated list (no spaces around the commas!) of the following | 15 | is a comma separated list (no spaces around the commas!) of the following |
16 | words: \config{bookmarks}, \config{files}, \opt{database}{\config{database}, }% | 16 | words: \config{bookmarks}, \config{files}, \opt{database}{\config{database}, }% |
17 | \config{wps}, \config{settings}, \opt{recording}{\config{recording}, }% | 17 | \config{wps}, \config{settings}, \opt{recording}{\config{recording}, }% |
@@ -23,7 +23,7 @@ in the list. The items whose words do not occur in the list will be hidden, | |||
23 | with one exception: the menu item ``Settings'' will be shown even if its word | 23 | with one exception: the menu item ``Settings'' will be shown even if its word |
24 | is not in the list (it is added as the last item then). | 24 | is not in the list (it is added as the last item then). |
25 | 25 | ||
26 | Use the line \config{root\_menu\_order:-} to reset the menu order | 26 | Use the line \config{root~menu~order:-} to reset the menu order |
27 | 27 | ||
28 | Only the main menu can be customised this way, submenus can not. | 28 | Only the main menu can be customised this way, submenus can not. |
29 | 29 | ||