aboutsummaryrefslogtreecommitdiff
path: root/src/textview.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/textview.c')
-rw-r--r--src/textview.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/textview.c b/src/textview.c
index 2d5f6754..675a258d 100644
--- a/src/textview.c
+++ b/src/textview.c
@@ -1623,7 +1623,8 @@ static gboolean textview_uri_security_check(TextView *textview, RemoteURI *uri)
"the apparent URL (%s).\n"
"Open it anyway?"),
uri->uri, visible_str);
- aval = alertpanel(_("Warning"), msg, _("Yes"), _("No"), NULL);
+ aval = alertpanel(_("Warning"), msg,
+ GTK_STOCK_YES, GTK_STOCK_NO, NULL);
g_free(msg);
if (aval == G_ALERTDEFAULT)
retval = TRUE;