[Github-comments] [geany/geany] Clicking Help in Preferences results in URI Not Found on Win7 (#1522)

Matthew Brush notifications at xxxxx
Tue Jun 27 07:52:17 UTC 2017


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170627/e234b0ec/attachment.html>


More information about the Github-comments mailing list