]> git.saurik.com Git - wxWidgets.git/commitdiff
document wxLaunchDefaultBrowser() scheme handling
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 19 May 2007 12:51:52 +0000 (12:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 19 May 2007 12:51:52 +0000 (12:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46123 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/function.tex

index 256c0f3969b27548cfc7ec8a4a22ce03bc9533df..fca7636a2304c412b430d16bff97f9de5fd89695 100644 (file)
@@ -3250,7 +3250,10 @@ frame or dialog containing it, or {\tt NULL}.
 
 Open the \arg{url} in user's default browser. If \arg{flags} parameter contains
 \texttt{wxBROWSER\_NEW\_WINDOW} flag, a new window is opened for the URL
-(currently this is only supported under Windows).
+(currently this is only supported under Windows). The \arg{url} may also be a
+local file path (with or without \texttt{file://} prefix), if it doesn't
+correspond to an existing file and the URL has no scheme \texttt{http://} is
+prepended to it by default.
 
 Returns \true if the application was successfully launched.