]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/dialog.cpp
applied wxDirSelector() patch and regenerated the makefiles to include the new src...
[wxWidgets.git] / src / univ / dialog.cpp
index 4116e83c3db8b6173b73042523f12cc196e61bef..6b42e73d02c72a13fdaf3bea6cd218871fa235f7 100644 (file)
@@ -196,9 +196,9 @@ int wxDialog::ShowModal()
 
     wxASSERT_MSG( !m_windowDisabler, _T("disabling windows twice?") );
 
-#ifdef __WXGTK__
+#if defined(__WXGTK__) || defined(__WXMGL__)
     wxBusyCursorSuspender suspender;
-    // FIXME - make sure busy cursor disappears under MSW too
+    // FIXME (FIXME_MGL) - make sure busy cursor disappears under MSW too
 #endif
 
     m_windowDisabler = new wxWindowDisabler(this);