Skip to content

Commit

Permalink
Fixed bug in Labels dialogue
Browse files Browse the repository at this point in the history
  • Loading branch information
derekagorhom committed Nov 15, 2024
1 parent 9e1d534 commit 4c6ade9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instat/dlgLabelsLevels.vb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Public Class dlgLabelsLevels
ucrSelectorForLabels.Focus()


clsSumCountMissingFunction.SetRCommand("summary_count_missing")
clsSumCountMissingFunction.SetRCommand("summary_count_miss")

clsViewLabelsFunction.SetRCommand(frmMain.clsRLink.strInstatDataObject & "$set_factor_levels")
ucrBase.clsRsyntax.SetBaseRFunction(clsViewLabelsFunction)
Expand Down

0 comments on commit 4c6ade9

Please sign in to comment.