From: Vadim Zeitlin Date: Sun, 4 Jul 2004 11:13:23 +0000 (+0000) Subject: typo fix in Restore(): __GTK20__ -> __WXGTK20__ (patch 984852) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/387fd89d8c0a7f4fa59c967846df33b1f72419e9 typo fix in Restore(): __GTK20__ -> __WXGTK20__ (patch 984852) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28161 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/gtk/toplevel.cpp b/src/gtk/toplevel.cpp index 65ab67c6bb..507e47463a 100644 --- a/src/gtk/toplevel.cpp +++ b/src/gtk/toplevel.cpp @@ -944,7 +944,7 @@ bool wxTopLevelWindowGTK::IsMaximized() const void wxTopLevelWindowGTK::Restore() { -#ifdef __GTK20__ +#ifdef __WXGTK20__ // "Present" seems similar enough to "restore" gtk_window_present( GTK_WINDOW( m_widget ) ); #else diff --git a/src/gtk1/toplevel.cpp b/src/gtk1/toplevel.cpp index 65ab67c6bb..507e47463a 100644 --- a/src/gtk1/toplevel.cpp +++ b/src/gtk1/toplevel.cpp @@ -944,7 +944,7 @@ bool wxTopLevelWindowGTK::IsMaximized() const void wxTopLevelWindowGTK::Restore() { -#ifdef __GTK20__ +#ifdef __WXGTK20__ // "Present" seems similar enough to "restore" gtk_window_present( GTK_WINDOW( m_widget ) ); #else