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 ))
|
if ( !(argFlags & wxPG_EDITABLE_VALUE ))
|
||||||
{
|
{
|
||||||
// This really should not occurr...
|
// This really should not occur...
|
||||||
// wxASSERT(false);
|
// wxASSERT(false);
|
||||||
ResetNextIndex();
|
ResetNextIndex();
|
||||||
return false;
|
return false;
|
||||||
@@ -2204,7 +2204,7 @@ wxString wxDateProperty::ValueToString( wxVariant& value,
|
|||||||
|
|
||||||
wxString wxDateProperty::DetermineDefaultDateFormat( bool showCentury )
|
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;
|
wxString format;
|
||||||
|
|
||||||
|
@@ -2003,7 +2003,7 @@ void wxPropertyGridManager::OnMouseClick( wxMouseEvent &event )
|
|||||||
|
|
||||||
void wxPropertyGridManager::OnMouseUp( wxMouseEvent &event )
|
void wxPropertyGridManager::OnMouseUp( wxMouseEvent &event )
|
||||||
{
|
{
|
||||||
// No event type check - basicly calling this method should
|
// No event type check - basically calling this method should
|
||||||
// just stop dragging.
|
// just stop dragging.
|
||||||
|
|
||||||
if ( m_dragStatus >= 1 )
|
if ( m_dragStatus >= 1 )
|
||||||
|
@@ -48,7 +48,7 @@
|
|||||||
|
|
||||||
#if wxPG_COMPATIBILITY_1_4
|
#if wxPG_COMPATIBILITY_1_4
|
||||||
|
|
||||||
// Used to establish backwards compatiblity
|
// Used to establish backwards compatibility
|
||||||
const char* g_invalidStringContent = "@__TOTALLY_INVALID_STRING__@";
|
const char* g_invalidStringContent = "@__TOTALLY_INVALID_STRING__@";
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@@ -5165,7 +5165,7 @@ bool wxPropertyGrid::HandleMouseUp( int x, unsigned int WXUNUSED(y),
|
|||||||
int splitterHitOffset;
|
int splitterHitOffset;
|
||||||
state->HitTestH( x, &splitterHit, &splitterHitOffset );
|
state->HitTestH( x, &splitterHit, &splitterHitOffset );
|
||||||
|
|
||||||
// No event type check - basicly calling this method should
|
// No event type check - basically calling this method should
|
||||||
// just stop dragging.
|
// just stop dragging.
|
||||||
// Left up after dragged?
|
// Left up after dragged?
|
||||||
if ( m_dragStatus >= 1 )
|
if ( m_dragStatus >= 1 )
|
||||||
|
Reference in New Issue
Block a user