mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-18 07:04:07 +01:00
fix typo in comment
This commit is contained in:
@@ -1499,7 +1499,7 @@ wxCheckBox * ShuttleGuiBase::TieCheckBox(const wxString &Prompt, bool &Var)
|
|||||||
// See comment in AddCheckBoxOnRight() for why we have this variant.
|
// See comment in AddCheckBoxOnRight() for why we have this variant.
|
||||||
wxCheckBox * ShuttleGuiBase::TieCheckBoxOnRight(const wxString &Prompt, bool &Var)
|
wxCheckBox * ShuttleGuiBase::TieCheckBoxOnRight(const wxString &Prompt, bool &Var)
|
||||||
{
|
{
|
||||||
// Only odes anything different if it's creating.
|
// Only does anything different if it's creating.
|
||||||
WrappedType WrappedRef( Var );
|
WrappedType WrappedRef( Var );
|
||||||
if( mShuttleMode == eIsCreating )
|
if( mShuttleMode == eIsCreating )
|
||||||
return AddCheckBoxOnRight( Prompt, WrappedRef.ReadAsString() );
|
return AddCheckBoxOnRight( Prompt, WrappedRef.ReadAsString() );
|
||||||
|
|||||||
Reference in New Issue
Block a user