Fix typo.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/21328
This commit is contained in:
Jeff Young 2025-07-17 13:42:55 +01:00
parent b4dcb05208
commit 50923b7a64

View File

@ -783,7 +783,7 @@ bool DIALOG_EDIT_SYMBOLS_LIBID::TransferDataFromWindow()
} }
} }
if( m_modified ) if( m_isModified )
commit.Push( wxS( "Change Symbol Library Indentifier" ) ); commit.Push( wxS( "Change Symbol Library Indentifier" ) );
return true; return true;