summaryrefslogtreecommitdiff
path: root/apps/menus/settings_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menus/settings_menu.c')
-rw-r--r--apps/menus/settings_menu.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/menus/settings_menu.c b/apps/menus/settings_menu.c
index 5c99cb4cd4..41734a9a63 100644
--- a/apps/menus/settings_menu.c
+++ b/apps/menus/settings_menu.c
@@ -152,11 +152,13 @@ MENUITEM_FUNCTION(tc_update, 0, ID2P(LANG_TAGCACHE_UPDATE),
152 (int(*)(void))tagcache_update_with_splash, 152 (int(*)(void))tagcache_update_with_splash,
153 NULL, NULL, Icon_NOICON); 153 NULL, NULL, Icon_NOICON);
154MENUITEM_SETTING(runtimedb, &global_settings.runtimedb, NULL); 154MENUITEM_SETTING(runtimedb, &global_settings.runtimedb, NULL);
155
155MENUITEM_FUNCTION(tc_export, 0, ID2P(LANG_TAGCACHE_EXPORT), 156MENUITEM_FUNCTION(tc_export, 0, ID2P(LANG_TAGCACHE_EXPORT),
156 (int(*)(void))tagtree_export, NULL, 157 tagtree_export, NULL,
157 NULL, Icon_NOICON); 158 NULL, Icon_NOICON);
159
158MENUITEM_FUNCTION(tc_import, 0, ID2P(LANG_TAGCACHE_IMPORT), 160MENUITEM_FUNCTION(tc_import, 0, ID2P(LANG_TAGCACHE_IMPORT),
159 (int(*)(void))tagtree_import, NULL, 161 tagtree_import, NULL,
160 NULL, Icon_NOICON); 162 NULL, Icon_NOICON);
161MENUITEM_FUNCTION(tc_paths, 0, ID2P(LANG_SELECT_DATABASE_DIRS), 163MENUITEM_FUNCTION(tc_paths, 0, ID2P(LANG_SELECT_DATABASE_DIRS),
162 dirs_to_scan, NULL, NULL, Icon_NOICON); 164 dirs_to_scan, NULL, NULL, Icon_NOICON);