fixed error messages.
2003-06-20 Sven Neumann <sven@gimp.org> * libgimp/gimp.c (gimp_config): fixed error messages. * app/widgets/gimpwidgets-utils.c (gimp_message_box): use a selectable label so you can copy from message dialogs.
This commit is contained in:
committed by
Sven Neumann
parent
3b1f805bb1
commit
335c71c4e5
@ -199,6 +199,7 @@ gimp_message_box (const gchar *stock_id,
|
||||
pango_attr_list_unref (attrs);
|
||||
|
||||
label = gtk_label_new (message);
|
||||
gtk_label_set_selectable (GTK_LABEL (label), TRUE);
|
||||
gtk_misc_set_alignment (GTK_MISC (label), 0.0, 0.5);
|
||||
gtk_box_pack_start (GTK_BOX (vbox), label, FALSE, FALSE, 0);
|
||||
gtk_widget_show (label);
|
||||
|
||||
Reference in New Issue
Block a user