Skip to content

Commit

Permalink
capitalised the IncludeFacets
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwellfundi committed Feb 24, 2016
1 parent ad8b447 commit 25ccbde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions instat/sdgPlots.vb
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Public Class sdgPlots
SetFacetParameter()
End Sub

Private Sub ucrReceiveFactor2_SelectionChanged(sender As Object, e As EventArgs) Handles ucr2ndFactorReceiver.SelectionChanged
Private Sub ucr2ndFactorReceiver_SelectionChanged(sender As Object, e As EventArgs) Handles ucr2ndFactorReceiver.SelectionChanged
SetFacetFunction()
SetFacetParameter()
End Sub
Expand Down Expand Up @@ -147,7 +147,7 @@ Public Class sdgPlots
End Sub

Private Sub chkIncludeFacets_CheckedChanged(sender As Object, e As EventArgs) Handles chkIncludeFacets.CheckedChanged
Includefacets()
IncludeFacets()

If chkIncludeFacets.Checked Then
clsRsyntax.AddOperatorParameter("facet", clsRFunc:=clsRfacetFunction)
Expand All @@ -156,7 +156,7 @@ Public Class sdgPlots
End If
End Sub

Private Sub Includefacets()
Private Sub IncludeFacets()
rdoHorizontal.Visible = True
rdoVertical.Visible = True
chkWrapOptions.Visible = True
Expand Down

0 comments on commit 25ccbde

Please sign in to comment.