Fix typo in loading of preferences Reference ID Notation menu.

Fixes: lp:1771898
* https://bugs.launchpad.net/kicad/+bug/1771898
This commit is contained in:
Jeff Young 2018-05-17 23:46:10 +01:00
parent 1ebee39973
commit df495b1d65
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ void DIALOG_EESCHEMA_OPTIONS::SetRefIdSeparator( wxChar aSep, wxChar aFirstId)
}
if( aFirstId == '1' )
sel = 4;
sel += 3;
m_choiceSeparatorRefId->SetSelection( sel );
}