Skip to content

Commit

Permalink
Merge pull request #463 from africanmathsinitiative/master
Browse files Browse the repository at this point in the history
update
  • Loading branch information
maxwellfundi authored Jun 20, 2019
2 parents 68c97c0 + d65b660 commit 52d76ac
Show file tree
Hide file tree
Showing 348 changed files with 765 additions and 620 deletions.
2 changes: 1 addition & 1 deletion instat/dlgExportToCMSAF.vb
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Public Class dlgExportToCMSAF
Private Sub cmdBrowse_Click(sender As Object, e As EventArgs) Handles cmdBrowse.Click
Using dlgSave As New SaveFileDialog
dlgSave.Title = "Save Data File"
dlgSave.Filter = "RDS Data file (*.Rdata)|*.Rdata"
dlgSave.Filter = "RDS Data file (*.RData)|*.RData"
If ucrInputExportFile.GetText() <> "" Then
dlgSave.InitialDirectory = ucrInputExportFile.GetText().Replace("/", "\")
Else
Expand Down
26 changes: 26 additions & 0 deletions instat/dlgLinePlot.designer.vb

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

Loading

0 comments on commit 52d76ac

Please sign in to comment.