In src/win32.c:

> @@ -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, view it on GitHub, or mute the thread.