Skip to content

Commit

Permalink
External media settings improved.
Browse files Browse the repository at this point in the history
  • Loading branch information
gurux01 committed Nov 20, 2017
1 parent bb124d1 commit aa7bc7d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Development/GXExternalMediaForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@ private void BrowseBtn_Click(object sender, EventArgs e)
dlg.ValidateNames = true;
if (dlg.ShowDialog(this) == DialogResult.OK)
{
string file = dlg.FileName;
FileNameTb.Text = "file:https://" + file;
FileNameTb.Text = dlg.FileName;
}
}
catch (Exception Ex)
Expand Down

0 comments on commit aa7bc7d

Please sign in to comment.