Fix typo. (Thanks Graham!)
This commit is contained in:
parent
bb4aa15736
commit
90d58c8509
|
@ -1022,7 +1022,7 @@ int PCB_EDITOR_CONTROL::modifyLockSelected( MODIFY_MODE aMode )
|
||||||
|
|
||||||
if( modified )
|
if( modified )
|
||||||
{
|
{
|
||||||
commit.Push( aMode == ON ? _( "Lock" ) : _( "Unock" ) );
|
commit.Push( aMode == ON ? _( "Lock" ) : _( "Unlock" ) );
|
||||||
m_toolMgr->PostEvent( EVENTS::SelectedItemsModified );
|
m_toolMgr->PostEvent( EVENTS::SelectedItemsModified );
|
||||||
m_frame->OnModify();
|
m_frame->OnModify();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue