Skip to content

Commit

Permalink
Merge pull request #1980 from dannyparsons/modelmenu
Browse files Browse the repository at this point in the history
changed names on Model menu
  • Loading branch information
dannyparsons authored Oct 30, 2016
2 parents 1c550c2 + e66f040 commit 4c4230c
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 4c4230c

Please sign in to comment.