Skip to content

Commit

Permalink
Merge pull request IDEMSInternational#9239 from derekagorhom/RHelp_He…
Browse files Browse the repository at this point in the history
…atmaps

Changing the help context # for all three right-click menus
  • Loading branch information
N-thony authored Nov 8, 2024
2 parents 7ffe0c4 + 560a111 commit dfadabf
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 dfadabf

Please sign in to comment.