Skip to content

Commit

Permalink
Changing the help context # for all three right-click menus
Browse files Browse the repository at this point in the history
  • Loading branch information
derekagorhom committed Nov 7, 2024
1 parent f80e567 commit 560a111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instat/ucrDataView.vb
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ Public Class ucrDataView
End Sub

Private Sub mnuHelp_Click(sender As Object, e As EventArgs) Handles mnuHelp.Click, mnuHelp1.Click, mnuHelp2.Click, mnuHelp3.Click
Help.ShowHelp(frmMain, frmMain.strStaticPath & "/" & frmMain.strHelpFilePath, HelpNavigator.TopicId, "134")
Help.ShowHelp(frmMain, frmMain.strStaticPath & "/" & frmMain.strHelpFilePath, HelpNavigator.TopicId, "697")
End Sub

Public Sub GoToSpecificRowPage(iPage As Integer)
Expand Down

0 comments on commit 560a111

Please sign in to comment.