Skip to content

Commit

Permalink
Typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioFPVdev authored Mar 20, 2024
1 parent 3fa490a commit 4a3b03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configurator.vb
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ Public Class Configurator
End Sub

Private Sub ComboBox5_SelectedIndexChanged(sender As Object, e As EventArgs) Handles ComboBox5.SelectedIndexChanged
txtMCS.Text = "msc_index=" & ComboBox5.SelectedItem.ToString
txtMCS.Text = "mcs_index=" & ComboBox5.SelectedItem.ToString
End Sub

Private Sub ComboBox6_SelectedIndexChanged(sender As Object, e As EventArgs) Handles ComboBox6.SelectedIndexChanged
Expand Down

0 comments on commit 4a3b03a

Please sign in to comment.