2006-06-20 [paul] 2.3.1cvs2
[claws.git] / src / alertpanel.c
index f66e5b43b6eccf7beecc7202fa3ab4534edc6e98..1535f1c511eee8248421b8133429d4d070ee5819 100644 (file)
@@ -41,7 +41,7 @@
 #define TITLE_HEIGHT           72
 #define MESSAGE_HEIGHT         62
 
-static gboolean alertpanel_is_open = FALSE;
+gboolean alertpanel_is_open = FALSE;
 static AlertValue value;
 
 static GtkWidget *dialog;
@@ -316,6 +316,7 @@ static void alertpanel_create(const gchar *title,
        gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_LEFT);
        gtk_label_set_line_wrap(GTK_LABEL(label), TRUE);
        gtk_label_set_selectable(GTK_LABEL(label), TRUE);
+       gtk_label_set_use_markup(GTK_LABEL(label), TRUE);
        GTK_WIDGET_UNSET_FLAGS(label, GTK_CAN_FOCUS);
        gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0);
        gtk_widget_show(label);