From da397248d3293b4336ec900e1eeac3d75a62c631 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 4 Jun 2004 19:06:04 +0000 Subject: [PATCH] doc tweaks git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27632 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_cmndlgs.i | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wxPython/src/_cmndlgs.i b/wxPython/src/_cmndlgs.i index 7963a620e5..242ea66e70 100644 --- a/wxPython/src/_cmndlgs.i +++ b/wxPython/src/_cmndlgs.i @@ -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.", ""); }; -- 2.50.0