Use stupid quotes instead of dumb quotes
Following a similar change in GLib a while ago. 'bla' may by stupid, but it looks less dumb than `bla'.
This commit is contained in:
@ -562,7 +562,7 @@ gtk_link_button_new (const gchar *uri)
|
||||
utf8_uri = g_locale_to_utf8 (uri, -1, NULL, NULL, &conv_err);
|
||||
if (conv_err)
|
||||
{
|
||||
g_warning ("Attempting to convert URI `%s' to UTF-8, but failed "
|
||||
g_warning ("Attempting to convert URI '%s' to UTF-8, but failed "
|
||||
"with error: %s\n",
|
||||
uri,
|
||||
conv_err->message);
|
||||
|
||||
Reference in New Issue
Block a user