]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_app.i
Moved some enums around to better match the C++ headers
[wxWidgets.git] / wxPython / src / _app.i
index 0507835d35db089387d460f451bc9a4e82bc41ef..ce26488679f37d5e870a03dc3a6d775f5ee3eb62 100644 (file)
@@ -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