バグ #1079 » 1079-url-melt.diff
core/plugin/web/web.rb | ||
---|---|---|
14 | 14 |
bg_system(url_open_command, url) |
15 | 15 |
elsif(defined? Win32API) then |
16 | 16 |
shellExecuteA = Win32API.new('shell32.dll','ShellExecuteA',%w(p p p p p i),'i') |
17 |
shellExecuteA.call(0, 'open', url, 0, 0, 1) |
|
17 |
shellExecuteA.call(0, 'open', url.melt, 0, 0, 1)
|
|
18 | 18 |
else |
19 | 19 |
url_open_command = find_url_open_command |
20 | 20 |
if url_open_command |