]> git.saurik.com Git - wxWidgets.git/commitdiff
doc tweaks
authorRobin Dunn <robin@alldunn.com>
Fri, 4 Jun 2004 19:06:04 +0000 (19:06 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 4 Jun 2004 19:06:04 +0000 (19:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27632 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_cmndlgs.i

index 7963a620e5f910a5901e9356c7c7a96ec9c19695..242ea66e70d79ff5ae0c83698a82f24631e7024a 100644 (file)
@@ -54,7 +54,7 @@ meaning under other platforms.  The default value is true.", "");
         wxColour , GetCustomColour(int i),
         "Gets the i'th custom colour associated with the colour dialog. i
 should be an integer between 0 and 15. The default custom colours are
-all white.", "");
+all invalid colours.", "");
     
     DocDeclStr(
         void , SetChooseFull(int flag),
@@ -70,7 +70,7 @@ black.", "");
     DocDeclStr(
         void , SetCustomColour(int i, const wxColour& colour),
         "Sets the i'th custom colour for the colour dialog. i should be an
-integer between 0 and 15. The default custom colours are all white.", "");
+integer between 0 and 15. The default custom colours are all invalid colours.", "");
     
 };