diff --git a/wxPython/src/_functions.i b/wxPython/src/_functions.i index 704f56eea8..22e904c248 100644 --- a/wxPython/src/_functions.i +++ b/wxPython/src/_functions.i @@ -272,8 +272,12 @@ wxWindow* wxFindWindowAtPoint(const wxPoint& pt); MustHaveApp(wxGetTopLevelParent); wxWindow* wxGetTopLevelParent(wxWindow *win); -//bool wxSpawnBrowser(wxWindow *parent, wxString href); +DocDeclStr( + bool , wxLaunchDefaultBrowser(const wxString& url), + "Launches the user's default browser and tells it to open the location +at ``url``. Returns ``True`` if the application was successfully +launched.", "");