summaryrefslogtreecommitdiff
path: root/apps/settings_list.c
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2012-02-29 00:03:05 +0100
committerThomas Martitz <kugel@rockbox.org>2012-02-29 00:05:40 +0100
commite958aeeb765f26411544da6312bad282a5f0c867 (patch)
treee2f791fdde68e56acb17a5179cd81a86ab9c31dd /apps/settings_list.c
parent8c0c844b7bde042f711a4ecffaa03d38eb89bce7 (diff)
downloadrockbox-e958aeeb765f26411544da6312bad282a5f0c867.zip
rockbox-e958aeeb765f26411544da6312bad282a5f0c867.tar.gz
rockbox-e958aeeb765f26411544da6312bad282a5f0c867.tar.bz2
rockbox-e958aeeb765f26411544da6312bad282a5f0c867.tar.xz
root menu ordering: Remove underscores from the config setting.
The very vast majority doesn't have an underscore. There are a few exceptions but there shouldn't be introduced even more. Change-Id: I18d9bf86b5588f8a22a7a96d2dbea61fde4aba61
Diffstat (limited to 'apps/settings_list.c')
-rw-r--r--apps/settings_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index c4d4d27..5e4a07c 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -1923,7 +1923,7 @@ const struct settings_list settings[] = {
#endif
CUSTOM_SETTING(0, root_menu,
LANG_ROCKBOX_TITLE, /* lang string here is never actually used */
- NULL, "root_menu_order",
+ NULL, "root menu order",
root_menu_load_from_cfg, root_menu_write_to_cfg,
root_menu_is_changed, root_menu_set_default),
};