Bug 231750 gtk alert text should be selected p=mozilla@flowerday.cx r=blizzard sr=bryner
git-svn-id: svn://10.0.0.236/trunk@152079 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
98428fbe1d
commit
c0b99b5ee7
@ -133,6 +133,7 @@ EmbedPrompter::Create(PromptType aType, GtkWindow* aParentWindow)
|
||||
// now pack the label into the vbox
|
||||
GtkWidget* label = gtk_label_new(mMessageText.get());
|
||||
gtk_label_set_line_wrap(GTK_LABEL(label), TRUE);
|
||||
gtk_label_set_selectable(GTK_LABEL(label), TRUE);
|
||||
gtk_box_pack_start(GTK_BOX(contentsVBox), label, FALSE, FALSE, 0);
|
||||
|
||||
int widgetFlags = DialogTable[aType].flags;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user