aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/print_dlg.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2008-04-13 12:14:57 +0000
committerUlf Lamping <ulf.lamping@web.de>2008-04-13 12:14:57 +0000
commit6a5b1e0ec07a090df783442f6250f6f6f89ef975 (patch)
tree72a321ff6351484915617a571799301726fead42 /gtk/print_dlg.c
parent3b7347ce43dc2b0ae8e5d996e2141ede5977a282 (diff)
use the ending "_win32" for every windows specific file
svn path=/trunk/; revision=24972
Diffstat (limited to 'gtk/print_dlg.c')
-rw-r--r--gtk/print_dlg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/print_dlg.c b/gtk/print_dlg.c
index aa800df921..8f2ebd0307 100644
--- a/gtk/print_dlg.c
+++ b/gtk/print_dlg.c
@@ -56,8 +56,8 @@
#if _WIN32
#include <gdk/gdkwin32.h>
#include <windows.h>
-#include "gtk/win32-file-dlg.h"
-#include "gtk/print_mswin.h"
+#include "gtk/file_dlg_win32.h"
+#include "gtk/print_win32.h"
#endif
/* dialog output action */