diff options
author | Guy Harris <guy@alum.mit.edu> | 2002-01-12 09:19:59 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2002-01-12 09:19:59 +0000 |
commit | ea02d23f06c6cb602475e7a05c84e8b224c9eb51 (patch) | |
tree | eb6a6ca4b53f1ef6559af3bb81c6fcfa8ddba9e0 /gtk | |
parent | 0ad27ce8a7a4c8574a36cffdcb26be887366028d (diff) | |
download | wireshark-ea02d23f06c6cb602475e7a05c84e8b224c9eb51.tar.gz wireshark-ea02d23f06c6cb602475e7a05c84e8b224c9eb51.tar.bz2 wireshark-ea02d23f06c6cb602475e7a05c84e8b224c9eb51.zip |
While you're at it, use the key for the auto scroll option checkbox for
the pointer to the auto scroll options checkbox....
svn path=/trunk/; revision=4532
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/capture_prefs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/capture_prefs.c b/gtk/capture_prefs.c index 3d3edae930..b17efb2f2c 100644 --- a/gtk/capture_prefs.c +++ b/gtk/capture_prefs.c @@ -1,7 +1,7 @@ /* capture_prefs.c * Dialog box for capture preferences * - * $Id: capture_prefs.c,v 1.4 2002/01/12 09:13:50 guy Exp $ + * $Id: capture_prefs.c,v 1.5 2002/01/12 09:19:59 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -106,7 +106,7 @@ capture_prefs_show(void) "Update list of packets in real time", prefs.capture_real_time); /* Auto-scroll real-time capture */ - create_option_check_button(main_vb, CAPTURE_REAL_TIME_KEY, main_tb, 3, + create_option_check_button(main_vb, AUTO_SCROLL_KEY, main_tb, 3, "Automatic scrolling in live capture", prefs.capture_auto_scroll); /* Show 'em what we got */ |