]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dialog.h
fix double documentation for the same wxLogTrace() functions
[wxWidgets.git] / interface / wx / dialog.h
index e53af26867d4c1815cef8e9253fdbc1f14a3a7ff..1afacb2d0509a189f6999ed7517fdbfe65aa03a5 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxDialog
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -586,6 +586,7 @@ public:
         Note that this function creates a temporary event loop which takes
         precedence over the application's main event loop (see wxEventLoopBase)
         and which is destroyed when the dialog is dismissed.
+        This also results in a call to wxApp::ProcessPendingEvents().
 
         @return The value set with SetReturnCode().