]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/dialog.cpp
Fix assorted typos in comments and other non-code.
[wxWidgets.git] / src / motif / dialog.cpp
index 9291ad72fb99f138a65bb54a7966c7d48aa021dc..dde1f58290b542ca6a438e8b87651001e8d4fc4c 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Julian Smart
 // Modified by:
 // Created:     17/09/98
-// RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -21,6 +20,7 @@
 #endif
 
 #include "wx/evtloop.h"
+#include "wx/modalhook.h"
 
 #ifdef __VMS__
 #pragma message disable nosimpint
@@ -288,6 +288,8 @@ bool wxDialog::Show( bool show )
 // Shows a dialog modally, returning a return code
 int wxDialog::ShowModal()
 {
+    WX_HOOK_MODAL_DIALOG();
+
     Show(true);
 
     // after the event loop ran, the widget might already have been destroyed