[Github-comments] [geany/geany] Win32: Add UI error message if an URL could not be opened (#1079)
Enrico Tröger
notifications at xxxxx
Sun Jun 19 23:45:23 UTC 2016
> @@ -799,7 +799,7 @@ void win32_open_browser(const gchar *uri)
> if (ret <= 32)
> {
> gchar *err = g_win32_error_message(GetLastError());
> - /* TODO add a GUI warning that opening an URI failed */
> + ui_set_statusbar(TRUE, _("Opening URI \"%s\" failed: %s"), uri, err);
True. Fixed.
---
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/pull/1079/files/e62c06fa432c546f50b2109a7f253a914da27424#r67625997
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160619/3cf8e2be/attachment.html>
More information about the Github-comments
mailing list