mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-06 15:19:29 +02:00
fix typo in comment
This commit is contained in:
parent
b15a11b830
commit
d326220f0c
@ -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() );
|
||||
|
Loading…
x
Reference in New Issue
Block a user