Fix typo in a comment in wxSpinCtrlGenericBase::Create().
s/satisfy/specify/ to give some sense to this comment. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78020 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
1c9709d2c0
commit
c66c12aa63
@ -221,7 +221,7 @@ bool wxSpinCtrlGenericBase::Create(wxWindow *parent,
|
||||
m_spin_value = m_spinButton->GetValue();
|
||||
|
||||
// the string value overrides the numeric one (for backwards compatibility
|
||||
// reasons and also because it is simpler to satisfy the string value which
|
||||
// reasons and also because it is simpler to specify the string value which
|
||||
// comes much sooner in the list of arguments and leave the initial
|
||||
// parameter unspecified)
|
||||
if ( !value.empty() )
|
||||
|
Loading…
Reference in New Issue
Block a user