Kaydet (Commit) dd1041f1 authored tarafından Julien Nabet's avatar Julien Nabet

Change <file>.toURL() to <file>.toURI().toURL()

üst 16eaa5e7
...@@ -30,7 +30,7 @@ class HelpWindow ...@@ -30,7 +30,7 @@ class HelpWindow
File aFile = new File (sFilename); File aFile = new File (sFilename);
try try
{ {
loadURL (aFile.toURL()); loadURL (aFile.toURI().toURL());
} }
catch (MalformedURLException e) catch (MalformedURLException e)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment