]> git.saurik.com Git - wxWidgets.git/commitdiff
formatting change
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 7 Dec 2008 13:48:36 +0000 (13:48 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 7 Dec 2008 13:48:36 +0000 (13:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57158 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/app.h

index 595fe78aab983362964ae685b9384381971fc947..3a5e6a0858b97cfeb6ee1a2971d7027103174c32 100644 (file)
@@ -800,9 +800,9 @@ void wxWakeUpIdle();
 bool wxYield();
 
 /**
-    This function is similar to wxYield, except that it disables the user input to
-    all program windows before calling wxYield and re-enables it again
-    afterwards. If @a win is not @NULL, this window will remain enabled,
+    This function is similar to wxYield(), except that it disables the user
+    input to all program windows before calling wxYield() and re-enables it
+    again afterwards. If @a win is not @NULL, this window will remain enabled,
     allowing the implementation of some limited user interaction.
     Returns the result of the call to ::wxYield.