> @@ -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