]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/dialog.cpp
Use C locale representation for floating point numbers in wxAny.
[wxWidgets.git] / src / motif / dialog.cpp
index 9291ad72fb99f138a65bb54a7966c7d48aa021dc..25515e450a33a84784b60ef7c2a63adaf0297cc8 100644 (file)
@@ -21,6 +21,7 @@
 #endif
 
 #include "wx/evtloop.h"
+#include "wx/modalhook.h"
 
 #ifdef __VMS__
 #pragma message disable nosimpint
@@ -288,6 +289,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