aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/find_dlg.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-04-24 23:18:07 +0000
committerGuy Harris <guy@alum.mit.edu>2003-04-24 23:18:07 +0000
commit8db1b28e8def1eb2d64733dccfd741d888d31f05 (patch)
tree85d4064a7f169bab47a765a44be442922c783a1f /gtk/find_dlg.c
parent8efc6912ef820da7215787adec480336d4c155af (diff)
Fix a comment.
svn path=/trunk/; revision=7554
Diffstat (limited to 'gtk/find_dlg.c')
-rw-r--r--gtk/find_dlg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/find_dlg.c b/gtk/find_dlg.c
index 5e27031215..854306849d 100644
--- a/gtk/find_dlg.c
+++ b/gtk/find_dlg.c
@@ -1,7 +1,7 @@
/* find_dlg.c
* Routines for "find frame" window
*
- * $Id: find_dlg.c,v 1.27 2003/01/15 05:20:19 guy Exp $
+ * $Id: find_dlg.c,v 1.28 2003/04/24 23:18:07 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -177,7 +177,7 @@ find_frame_cb(GtkWidget *w _U_, gpointer d _U_)
OBJECT_SET_DATA(find_frame_w, E_FIND_FILT_KEY, filter_te);
OBJECT_SET_DATA(find_frame_w, E_FIND_BACKWARD_KEY, backward_rb);
- /* Catch the "activate" signal on the frame number text entry, so that
+ /* Catch the "activate" signal on the filter text entry, so that
if the user types Return there, we act as if the "OK" button
had been selected, as happens if Return is typed if some widget
that *doesn't* handle the Return key has the input focus. */