diff options
author | Guy Harris <guy@alum.mit.edu> | 2005-01-16 02:56:28 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2005-01-16 02:56:28 +0000 |
commit | 43869b46a800c7d3bf58644932ec23ef420af0ca (patch) | |
tree | b13a06b863f7ca51d4874cc64ade494f1f3ce347 /gtk/capture_dlg.c | |
parent | 709b556a788fe29ecbc5fa8b74f7eaed8384a345 (diff) | |
download | wireshark-43869b46a800c7d3bf58644932ec23ef420af0ca.tar.gz wireshark-43869b46a800c7d3bf58644932ec23ef420af0ca.tar.bz2 wireshark-43869b46a800c7d3bf58644932ec23ef420af0ca.zip |
Rename capture_combo_utils.{c,h} to capture_ui_utils.{c,h}, as the code
in there is for UI functions including, but not limited to, the combo
box in capture dialogs.
svn path=/trunk/; revision=13061
Diffstat (limited to 'gtk/capture_dlg.c')
-rw-r--r-- | gtk/capture_dlg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/capture_dlg.c b/gtk/capture_dlg.c index 7633ff0e61..671411a123 100644 --- a/gtk/capture_dlg.c +++ b/gtk/capture_dlg.c @@ -44,7 +44,7 @@ #include "simple_dialog.h" #include "dlg_utils.h" #include "pcap-util.h" -#include "capture_combo_utils.h" +#include "capture_ui_utils.h" #include <epan/prefs.h> #include "ringbuffer.h" #include <epan/filesystem.h> |