Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added parameter to dlgSpellLengths #705

Merged
merged 6 commits into from
Feb 3, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 45 additions & 33 deletions instat/dlgHistogramMethod.designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 23 additions & 7 deletions instat/dlgHistogramMethod.vb
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@
Imports instat.Translations
Public Class dlgHistogramMethod
Private Sub ucrBase_Load(sender As Object, e As EventArgs) Handles ucrBase.Load
autoTranslate(Me)
ucrBase.clsRsyntax.SetFunction("climate_obj$histogram")
ucrBase.clsRsyntax.iCallType = 0
End Sub
' Instat-R
' Copyright (C) 2015
'
' This program is free software: you can redistribute it and/or modify
' it under the terms of the GNU General Public License as published by
' the Free Software Foundation, either version 3 of the License, or
' (at your option) any later version.
'
' This program is distributed in the hope that it will be useful,
' but WITHOUT ANY WARRANTY; without even the implied warranty of
' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
' GNU General Public License for more details.
'
' You should have received a copy of the GNU General Public License k
' along with this program. If not, see <http://www.gnu.org/licenses/>.

Imports instat.Translations
Public Class dlgHistogramMethod
Private Sub dlgHistogramMethod_Load(sender As Object, e As EventArgs) Handles MyBase.Load
autoTranslate(Me)
ucrBase.clsRsyntax.SetFunction("climate_obj$histogram")
ucrBase.clsRsyntax.iCallType = 0
End Sub
End Class
237 changes: 202 additions & 35 deletions instat/dlgSpellLength.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading