aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-04-29 23:03:57 +0000
committerGuy Harris <guy@alum.mit.edu>2006-04-29 23:03:57 +0000
commit0ce9a23b254130dc7b4c42952632f3e670870a1c (patch)
treebe8e4d95e6ed27958ab0948a55bfc23c070702bb /gtk/Makefile.common
parentfe6af4d65d22bb6280002afa2029db69768a55a3 (diff)
Most of the stuff in file_dlg.c is specific to capture files, so rename
it to capture_file_dlg.c, and rename its header file. We might want to move the generic file dialog stuff to a file_dlg.c file (it's currently in dlg_utils.c), and move the non-capture-file dialog stuff in capture_file_dlg.c to another file. svn path=/trunk/; revision=18034
Diffstat (limited to 'gtk/Makefile.common')
-rw-r--r--gtk/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/Makefile.common b/gtk/Makefile.common
index 3baed4c150..66dc577575 100644
--- a/gtk/Makefile.common
+++ b/gtk/Makefile.common
@@ -41,6 +41,7 @@ GENERATED_FILES = $(GENERATED_HEADER_FILES) $(GENERATED_C_FILES)
ETHEREAL_GTK_SRC = \
about_dlg.c \
capture_dlg.c \
+ capture_file_dlg.c \
capture_if_dlg.c \
capture_if_details_dlg.c \
capture_info_dlg.c \
@@ -58,7 +59,6 @@ ETHEREAL_GTK_SRC = \
drag_and_drop.c \
ethereal-tap-register.c \
expert_comp_table.c \
- file_dlg.c \
fileset_dlg.c \
filter_dlg.c \
find_dlg.c \