<p>In <a href="https://github.com/geany/geany/pull/1079#discussion_r67625905">src/win32.c</a>:</p>
<pre style='color:#555'>> @@ -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);
</pre>
<p>wouldn't we generally write <em>Failed to open URI "%s": %s</em>?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/pull/1079/files/e62c06fa432c546f50b2109a7f253a914da27424#r67625905">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/ABDrJ5XTDzLPfvEsdH_8Ek-dVY7hYY3uks5qNdLNgaJpZM4I5RjH">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJx26VfUFwrMehsSC2fjiG7VXYBsOks5qNdLNgaJpZM4I5RjH.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/pull/1079/files/e62c06fa432c546f50b2109a7f253a914da27424#r67625905"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>