Skip to content

Commit

Permalink
Rm file:// from savefile
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Dec 31, 2013
1 parent 55f3698 commit 7504c92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/i-nex/.src/FReport_Gen.class
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ Public Sub ButtonBox1_Click()
Dialog.SaveFile
ButtonBox1.Text = Dialog.Path
Endif
' If savefile Begins "file:" Then
' ButtonBox1.Text = Replace(savefile, "file://", "")
' Endif
If savefile Begins "file:" Then
ButtonBox1.Text = Replace(savefile, "file://", "")
Endif
If Exist(ButtonBox1.Text, True) Then
Try Kill ButtonBox1.Text
Endif
Expand Down

0 comments on commit 7504c92

Please sign in to comment.