(Fmessage_box): Use "Information" for frame title.

This commit is contained in:
Nick Roberts 2005-05-24 03:48:32 +00:00
parent 6a040d6a2c
commit 8794438453

View file

@ -3175,7 +3175,7 @@ usage: (message-box STRING &rest ARGS) */)
pane = Fcons (Fcons (build_string ("OK"), Qt), Qnil);
GCPRO1 (pane);
menu = Fcons (val, pane);
obj = Fx_popup_dialog (Qt, menu);
obj = Fx_popup_dialog (Qt, menu, Qt);
UNGCPRO;
return val;
}