aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-01-16 02:56:28 +0000
committerGuy Harris <guy@alum.mit.edu>2005-01-16 02:56:28 +0000
commit43869b46a800c7d3bf58644932ec23ef420af0ca (patch)
treeb13a06b863f7ca51d4874cc64ade494f1f3ce347 /Makefile.common
parent709b556a788fe29ecbc5fa8b74f7eaed8384a345 (diff)
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 'Makefile.common')
-rw-r--r--Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index b4a87f6c12..43a797589a 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -142,7 +142,7 @@ ethereal_SOURCES = \
capture.c \
capture_sync.c \
capture_loop.c \
- capture_combo_utils.c \
+ capture_ui_utils.c \
color_filters.c \
file.c \
filters.c \
@@ -156,7 +156,7 @@ ethereal_INCLUDES = \
alert_box.h \
capture.h \
capture_sync.h \
- capture_combo_utils.h \
+ capture_ui_utils.h \
color_filters.h \
filters.h \
g711.h \