If `gtk_show_uri()` doesn't work, this should do fine to open the default 
browser:

```c
system("start \"\" \"file:///C:/where/ever/foo.html#blah\"");
```

At least it works fine from the command line.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1522#issuecomment-311281504

Reply via email to