aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/print_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/print_dlg.c
parentca0cfac28bbd7b2d82495747e2b5cdbc29570684 (diff)
move stock icon code from toolbar.c into specific stock_icons file(s)
svn path=/trunk/; revision=24921
Diffstat (limited to 'gtk/print_dlg.c')
-rw-r--r--gtk/print_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/print_dlg.c b/gtk/print_dlg.c
index 7d2fdeba19..ad45d377d1 100644
--- a/gtk/print_dlg.c
+++ b/gtk/print_dlg.c
@@ -47,7 +47,7 @@
#ifdef _WIN32
#include "print_mswin.h"
#endif
-#include "compat_macros.h"
+#include "stock_icons.h"
#include "range_utils.h"
#include "help_dlg.h"
#include "file_util.h"