aboutsummaryrefslogtreecommitdiff
path: root/src/alertpanel.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-14 11:10:25 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-14 11:10:25 +0000
commit0964797c2d994886ba74b8bc8e331d77a6b9414a (patch)
tree3b066d108fe17ac2bbd4293f33d28ec88c686dbb /src/alertpanel.c
parentcb764763f34bebf60746e5f8966243203438bd9c (diff)
alertpanel.c, about.c: made some label texts selectable.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@10 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/alertpanel.c')
-rw-r--r--src/alertpanel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/alertpanel.c b/src/alertpanel.c
index bc865358..c1f13c8b 100644
--- a/src/alertpanel.c
+++ b/src/alertpanel.c
@@ -258,6 +258,7 @@ static void alertpanel_create(const gchar *title,
/* message label */
label = gtk_label_new(message);
gtk_box_pack_start(GTK_BOX(hbox), label, TRUE, TRUE, 24);
+ gtk_label_set_selectable(GTK_LABEL(label), TRUE);
gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_LEFT);
if (can_disable) {