summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--epan/prefs.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/epan/prefs.c b/epan/prefs.c
index 7a7441b458..106185e50a 100644
--- a/epan/prefs.c
+++ b/epan/prefs.c
@@ -2082,6 +2082,12 @@ prefs_register_modules(void)
"The type of update to fetch",
(gint*)(void*)(&prefs.gui_update_channel), gui_update_channel, FALSE);
+ prefs_register_uint_preference(gui_module, "update.interval",
+ "How often to check for software updates",
+ "How often to check for software updates in seconds",
+ 10,
+ &prefs.gui_update_interval);
+
prefs_register_string_preference(gui_module, "window_title", "Custom window title",
"Custom window title. (Appended to existing titles.)", (const char**)(&prefs.gui_window_title));