]> git.saurik.com Git - wxWidgets.git/commitdiff
Correct the name of the header for GTK+ < 2.14.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 9 Mar 2011 16:35:51 +0000 (16:35 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 9 Mar 2011 16:35:51 +0000 (16:35 +0000)
Remove the extra ".h" suffix added during recent GTK+ 3-related changes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67162 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/print.cpp

index 8771ac7a9bb4a2e6661092684c2ee7ef278d1b74..e81a1556ac87091408ff2504ce21c611fa64f38e 100644 (file)
@@ -40,7 +40,7 @@
 #if GTK_CHECK_VERSION(2,14,0)
 #include <gtk/gtkunixprint.h>
 #else
-#include <gtk/gtkpagesetupunixdialog.h.h>
+#include <gtk/gtkpagesetupunixdialog.h>
 #endif