Fix copy/pasta.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/15509
This commit is contained in:
parent
949458bbe1
commit
725840654f
|
@ -507,8 +507,8 @@ void APPEARANCE_CONTROLS_3D::UpdateLayerCtls()
|
|||
|
||||
void APPEARANCE_CONTROLS_3D::rebuildLayerPresetsWidget()
|
||||
{
|
||||
m_viewportsLabel->SetLabel( wxString::Format( _( "Presets (%s+Tab):" ),
|
||||
KeyNameFromKeyCode( PRESET_SWITCH_KEY ) ) );
|
||||
m_presetsLabel->SetLabel( wxString::Format( _( "Presets (%s+Tab):" ),
|
||||
KeyNameFromKeyCode( PRESET_SWITCH_KEY ) ) );
|
||||
|
||||
m_cbLayerPresets->Clear();
|
||||
|
||||
|
|
Loading…
Reference in New Issue