Skip to content

Commit

Permalink
Merge pull request IDEMSInternational#8810 from Fidel365/help-id_2
Browse files Browse the repository at this point in the history
Adding helpid's -2
  • Loading branch information
N-thony authored Feb 15, 2024
2 parents 9f3862b + 7499300 commit 062493c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion instat/dlgCircularDensityPlot.vb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Public Class dlgCircularDensityPlot
Private Sub InitialiseDialog()
Dim dctKernel As New Dictionary(Of String, String)
Dim dctUnits As New Dictionary(Of String, String)

ucrBase.iHelpTopicID = 181
ucrBase.clsRsyntax.iCallType = 3
ucrBase.clsRsyntax.bExcludeAssignedFunctionOutput = False

Expand Down
2 changes: 1 addition & 1 deletion instat/dlgOtherRosePlots.vb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Public Class dlgOtherRosePlots

Private Sub InitiliseDialog()
Dim dctMethod As New Dictionary(Of String, String)

ucrBase.iHelpTopicID = 309
ucrBase.clsRsyntax.iCallType = 3

ucrSelectorOtherRosePlots.SetParameter(New RParameter("data", 0))
Expand Down
2 changes: 1 addition & 1 deletion instat/dlgWindPollutionRose.vb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Public Class dlgWindPollutionRose
Dim dctStatistic As New Dictionary(Of String, String)
Dim dctPosition As New Dictionary(Of String, String)
Dim dctColor As New Dictionary(Of String, String)

ucrBase.iHelpTopicID = 184
ucrBase.clsRsyntax.iCallType = 3

ucrSelectorWindPollutionRose.SetParameter(New RParameter("mydata", 0))
Expand Down

0 comments on commit 062493c

Please sign in to comment.