[Github-comments] [geany/geany] Win32: Add UI error message if an URL could not be opened (#1079)

Colomban Wendling notifications at xxxxx
Sun Jun 19 23:37:49 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);

wouldn't we generally write *Failed to open URI "%s": %s*?

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


More information about the Github-comments mailing list