]> git.saurik.com Git - wxWidgets.git/commitdiff
Correct define
authorRobert Roebling <robert@roebling.de>
Sat, 7 Mar 2009 12:11:17 +0000 (12:11 +0000)
committerRobert Roebling <robert@roebling.de>
Sat, 7 Mar 2009 12:11:17 +0000 (12:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59401 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/busyinfo.cpp

index 2a95659dd16e0501f6ab9cbadff5b60f3309af6c..245741c191fc9e6e572eba3f0103933fa19496a2 100644 (file)
@@ -47,7 +47,7 @@ wxInfoFrame::wxInfoFrame(wxWindow *parent, const wxString& message)
                      | wxFRAME_TOOL_WINDOW | wxSTAY_ON_TOP)
 {
     wxPanel *panel = new wxPanel( this );
-#if __WXGTK__
+#ifdef __WXGTK__
     wxGenericStaticText *text = new wxGenericStaticText(panel, wxID_ANY, message);
 #else
     wxStaticText *text = new wxStaticText(panel, wxID_ANY, message);