Skip to content

Commit

Permalink
Merge pull request #4644 from dannyparsons/import
Browse files Browse the repository at this point in the history
corrected conditions for import dialog control
  • Loading branch information
dannyparsons authored May 31, 2018
2 parents 7506ce8 + c1ecb52 commit c5dbe16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instat/dlgImportDataset.vb
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ Public Class dlgImportDataset
ucrPanelFixedWidthText.AddRadioButton(rdoSeparatortext)
ucrPanelFixedWidthText.AddRadioButton(rdoFixedWidthText)
ucrPanelFixedWidthText.AddRadioButton(rdoFixedWidthWhiteSpacesText)
ucrPanelFixedWidthText.AddFunctionNamesCondition(rdoSeparatortext, "import", bNewIsPositive:=True)
ucrPanelFixedWidthText.AddFunctionNamesCondition(rdoSeparatortext, {"read_table", "read_table2"}, bNewIsPositive:=False)
ucrPanelFixedWidthText.AddFunctionNamesCondition(rdoFixedWidthText, "read_table", bNewIsPositive:=True)
ucrPanelFixedWidthText.AddFunctionNamesCondition(rdoFixedWidthWhiteSpacesText, "read_table2", bNewIsPositive:=True)

Expand Down

0 comments on commit c5dbe16

Please sign in to comment.