aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-02-19 22:57:40 +0000
committerGerald Combs <gerald@wireshark.org>2013-02-19 22:57:40 +0000
commit81a5be58131e2bf82b89ae79f5316493ae3ad058 (patch)
tree7e75f7f38b9b3e0f26506cd8cd549cea79b09dd6 /epan/prefs.c
parente48236a43635f9f0e695a25199bf3ab959774590 (diff)
Enable automatic updates for Win64. Fix a copy/paste error.
svn path=/trunk/; revision=47749
Diffstat (limited to 'epan/prefs.c')
-rw-r--r--epan/prefs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/prefs.c b/epan/prefs.c
index d8a56109d0..7a7441b458 100644
--- a/epan/prefs.c
+++ b/epan/prefs.c
@@ -2080,7 +2080,7 @@ prefs_register_modules(void)
prefs_register_enum_preference(gui_module, "update.channel",
"Update channel",
"The type of update to fetch",
- (gint*)(void*)(&prefs.gui_update_channel), gui_version_placement_type, FALSE);
+ (gint*)(void*)(&prefs.gui_update_channel), gui_update_channel, FALSE);
prefs_register_string_preference(gui_module, "window_title", "Custom window title",
"Custom window title. (Appended to existing titles.)", (const char**)(&prefs.gui_window_title));