diff options
author | Guy Harris <guy@alum.mit.edu> | 2006-04-29 23:03:57 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2006-04-29 23:03:57 +0000 |
commit | 0ce9a23b254130dc7b4c42952632f3e670870a1c (patch) | |
tree | be8e4d95e6ed27958ab0948a55bfc23c070702bb /gtk/print_dlg.c | |
parent | fe6af4d65d22bb6280002afa2029db69768a55a3 (diff) | |
download | wireshark-0ce9a23b254130dc7b4c42952632f3e670870a1c.tar.gz wireshark-0ce9a23b254130dc7b4c42952632f3e670870a1c.tar.bz2 wireshark-0ce9a23b254130dc7b4c42952632f3e670870a1c.zip |
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/print_dlg.c')
-rw-r--r-- | gtk/print_dlg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/print_dlg.c b/gtk/print_dlg.c index de1bbc6231..27ba8aff04 100644 --- a/gtk/print_dlg.c +++ b/gtk/print_dlg.c @@ -37,7 +37,7 @@ #include <epan/prefs.h> #include "alert_box.h" #include "simple_dialog.h" -#include "file_dlg.h" +#include "capture_file_dlg.h" #include "gui_utils.h" #include "dlg_utils.h" #include "main.h" |