]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/function.tex
implement wcsftime for versions of VS earlier than 2005
[wxWidgets.git] / docs / latex / wx / function.tex
index 96b383f984442cc513b5b3ac76200d2a40f35fc2..18d99ced498ebce97807ff0a2312a3d8403d7a76 100644 (file)
@@ -2846,6 +2846,7 @@ code which might have to be compiled with an old compiler without support for
 this language feature but still take advantage of it when it is available.
 
 
+
 \membersection{::wxGetKeyState}\label{wxgetkeystate}
 
 \func{bool}{wxGetKeyState}{\param{wxKeyCode }{key}}
@@ -3270,6 +3271,10 @@ Open the \arg{url} in user's default browser. If \arg{flags} parameter contains
 
 Returns \true if the application was successfully launched.
 
+Note that for some configurations of the running user, the application which
+is launched to open the given URL may be URL-dependent (e.g. a browser may be used for
+local URLs while another one may be used for remote URLs).
+
 \wxheading{Include files}
 
 <wx/utils.h>