diff options
author | Guy Harris <guy@alum.mit.edu> | 2005-08-21 19:24:11 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2005-08-21 19:24:11 +0000 |
commit | 13e0b409cfcc8406da5a6f9be1d4f9d2f9a877d6 (patch) | |
tree | 3fca9c1be01d7821da8a74b6e83dc164325b8693 /gtk/hostlist_fddi.c | |
parent | 78e0a2b4580ba81d5cec6823d1ca2fcc10081943 (diff) | |
download | wireshark-13e0b409cfcc8406da5a6f9be1d4f9d2f9a877d6.tar.gz wireshark-13e0b409cfcc8406da5a6f9be1d4f9d2f9a877d6.tar.bz2 wireshark-13e0b409cfcc8406da5a6f9be1d4f9d2f9a877d6.zip |
As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], so
that it doesn't appear to be part of GTK+.
svn path=/trunk/; revision=15501
Diffstat (limited to 'gtk/hostlist_fddi.c')
-rw-r--r-- | gtk/hostlist_fddi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/hostlist_fddi.c b/gtk/hostlist_fddi.c index ce78f8bd3c..17d0dfe667 100644 --- a/gtk/hostlist_fddi.c +++ b/gtk/hostlist_fddi.c @@ -35,7 +35,7 @@ #include "epan/packet.h" #include <epan/stat_cmd_args.h> #include "../stat_menu.h" -#include "gtk_stat_menu.h" +#include "gui_stat_menu.h" #include <epan/tap.h> #include "../register.h" #include "hostlist_table.h" |