X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/856bf319b572699cc31ceef8cf78d1b9770cacf9..da8d6ffa5790529ae784345cb4441a3956751193:/wxPython/src/_app.i diff --git a/wxPython/src/_app.i b/wxPython/src/_app.i index 0507835d35..ce26488679 100644 --- a/wxPython/src/_app.i +++ b/wxPython/src/_app.i @@ -252,8 +252,9 @@ public: "For internal use only"); DocStr(GetComCtl32Version, - "Returns 400, 470, 471 for comctl32.dll 4.00, 4.70, 4.71 or 0 if it\n" - "wasn't found at all. Raises an exception on non-Windows platforms."); + "Returns 400, 470, 471, etc. for comctl32.dll 4.00, 4.70, 4.71 or +0 if it wasn't found at all. Raises an exception on non-Windows +platforms."); #ifdef __WXMSW__ static int GetComCtl32Version(); #else