aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_info_dlg.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2008-04-12 00:49:20 +0000
committerUlf Lamping <ulf.lamping@web.de>2008-04-12 00:49:20 +0000
commit55c2be83dbe0eccfc5bffc04c3192fee146a4bc3 (patch)
tree1a87790e2189aa0406c270b28dcf950f8628b5aa /gtk/capture_info_dlg.c
parentca0cfac28bbd7b2d82495747e2b5cdbc29570684 (diff)
downloadwireshark-55c2be83dbe0eccfc5bffc04c3192fee146a4bc3.tar.gz
wireshark-55c2be83dbe0eccfc5bffc04c3192fee146a4bc3.tar.bz2
wireshark-55c2be83dbe0eccfc5bffc04c3192fee146a4bc3.zip
move stock icon code from toolbar.c into specific stock_icons file(s)
svn path=/trunk/; revision=24921
Diffstat (limited to 'gtk/capture_info_dlg.c')
-rw-r--r--gtk/capture_info_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/capture_info_dlg.c b/gtk/capture_info_dlg.c
index 512b710423..fbe792a191 100644
--- a/gtk/capture_info_dlg.c
+++ b/gtk/capture_info_dlg.c
@@ -35,7 +35,7 @@
#ifdef HAVE_LIBPCAP
#include <gtk/gtk.h>
-#include "gtk/compat_macros.h"
+#include "gtk/stock_icons.h"
#include <time.h>