mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-06 17:13:49 +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.
|
||||
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 );
|
||||
if( mShuttleMode == eIsCreating )
|
||||
return AddCheckBoxOnRight( Prompt, WrappedRef.ReadAsString() );
|
||||
|
||||
Reference in New Issue
Block a user