diff options
author | Guy Harris <guy@alum.mit.edu> | 2006-04-30 01:47:58 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2006-04-30 01:47:58 +0000 |
commit | 84aef00badab1fbcc1429b138e583b2245673e17 (patch) | |
tree | 6e2353a15139ef9c6e9563fbd658866532e1717c /gtk/print_dlg.c | |
parent | d53bc56f03b4d0be0e0f445fe01b14838a9b1a88 (diff) | |
download | wireshark-84aef00badab1fbcc1429b138e583b2245673e17.tar.gz wireshark-84aef00badab1fbcc1429b138e583b2245673e17.tar.bz2 wireshark-84aef00badab1fbcc1429b138e583b2245673e17.zip |
Move the file selection dialog routines to file_dlg.c, and give it a
header file.
#if 0 out some includes; if none of the builds have a problem with
that, I'll remove them.
svn path=/trunk/; revision=18036
Diffstat (limited to 'gtk/print_dlg.c')
-rw-r--r-- | gtk/print_dlg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/print_dlg.c b/gtk/print_dlg.c index 27ba8aff04..bf4964aa6e 100644 --- a/gtk/print_dlg.c +++ b/gtk/print_dlg.c @@ -40,6 +40,7 @@ #include "capture_file_dlg.h" #include "gui_utils.h" #include "dlg_utils.h" +#include "file_dlg.h" #include "main.h" #include <epan/epan_dissect.h> #include <epan/filesystem.h> |