Skip to content

Commit

Permalink
changed names on Model menu
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyparsons committed Oct 30, 2016
1 parent e372f05 commit e66f040
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
54 changes: 27 additions & 27 deletions instat/frmMain.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion instat/frmMain.vb
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@ Public Class frmMain
dlgOneVarUseModel.ShowDialog()
End Sub

Private Sub TablesPlusToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles mnuModelProbabilityDistributionsTablesPlus.Click
Private Sub TablesPlusToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles mnuModelProbabilityDistributionsShowModel.Click
dlgTablePlus.ShowDialog()
End Sub

Expand Down

0 comments on commit e66f040

Please sign in to comment.