diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2008-04-12 00:49:20 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2008-04-12 00:49:20 +0000 |
commit | 55c2be83dbe0eccfc5bffc04c3192fee146a4bc3 (patch) | |
tree | 1a87790e2189aa0406c270b28dcf950f8628b5aa /gtk/capture_info_dlg.c | |
parent | ca0cfac28bbd7b2d82495747e2b5cdbc29570684 (diff) | |
download | wireshark-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.c | 2 |
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> |