Make the key for the capture preference window's pointer to the auto

scroll option checkbox distinct from the key for the pointer to the
real-time capture option checkbox, so thee auto scroll option checkbox
can be fetched.

svn path=/trunk/; revision=4531
This commit is contained in:
Guy Harris 2002-01-12 09:13:50 +00:00
parent 45dc78bd7d
commit 0ad27ce8a7
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
/* capture_prefs.c
* Dialog box for capture preferences
*
* $Id: capture_prefs.c,v 1.3 2002/01/11 07:40:31 guy Exp $
* $Id: capture_prefs.c,v 1.4 2002/01/12 09:13:50 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -52,7 +52,7 @@ static void create_option_check_button(GtkWidget *main_vb, const gchar *key,
#define DEVICE_KEY "device"
#define PROM_MODE_KEY "prom_mode"
#define CAPTURE_REAL_TIME_KEY "capture_real_time"
#define AUTO_SCROLL_KEY "capture_real_time"
#define AUTO_SCROLL_KEY "auto_scroll"
#define CAPTURE_TABLE_ROWS 4
GtkWidget*