From: Robin Dunn Date: Mon, 23 Jan 2006 22:48:14 +0000 (+0000) Subject: comment fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1069efb91a78602af524aa61da61135ca813a6e4?ds=sidebyside comment fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37100 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/contrib/activex/activex.i b/wxPython/contrib/activex/activex.i index b1df9e26ae..c3830258e0 100644 --- a/wxPython/contrib/activex/activex.i +++ b/wxPython/contrib/activex/activex.i @@ -842,7 +842,7 @@ wxString _VARTYPEname(VARTYPE vt) %{ -// A class derived from out wxActiveXWindow for the IE WebBrowser +// A class derived from our wxActiveXWindow for the IE WebBrowser // control that will serve as a base class for a Python // implementation. This is done so we can "eat our own dog food" // and use a class at least mostly generated by genaxmodule, but