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.tar.gz
rockbox-e958aeeb765f26411544da6312bad282a5f0c867.zip
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 c4d4d27f45..5e4a07c6ee 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -1923,7 +1923,7 @@ const struct settings_list settings[] = {
1923#endif 1923#endif
1924 CUSTOM_SETTING(0, root_menu, 1924 CUSTOM_SETTING(0, root_menu,
1925 LANG_ROCKBOX_TITLE, /* lang string here is never actually used */ 1925 LANG_ROCKBOX_TITLE, /* lang string here is never actually used */
1926 NULL, "root_menu_order", 1926 NULL, "root menu order",
1927 root_menu_load_from_cfg, root_menu_write_to_cfg, 1927 root_menu_load_from_cfg, root_menu_write_to_cfg,
1928 root_menu_is_changed, root_menu_set_default), 1928 root_menu_is_changed, root_menu_set_default),
1929}; 1929};