Fix spelling in the comments in wxPropertyGrid code.
No real changes. Closes #14645. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72486 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1437,7 +1437,7 @@ bool wxSystemColourProperty::StringToValue( wxVariant& value, const wxString& te
|
||||
{
|
||||
if ( !(argFlags & wxPG_EDITABLE_VALUE ))
|
||||
{
|
||||
// This really should not occurr...
|
||||
// This really should not occur...
|
||||
// wxASSERT(false);
|
||||
ResetNextIndex();
|
||||
return false;
|
||||
@@ -2204,7 +2204,7 @@ wxString wxDateProperty::ValueToString( wxVariant& value,
|
||||
|
||||
wxString wxDateProperty::DetermineDefaultDateFormat( bool showCentury )
|
||||
{
|
||||
// This code is basicly copied from datectlg.cpp's SetFormat
|
||||
// This code is basically copied from datectlg.cpp's SetFormat
|
||||
//
|
||||
wxString format;
|
||||
|
||||
|
Reference in New Issue
Block a user