(Fmessage_box): Use "Information" for frame title.
This commit is contained in:
parent
6a040d6a2c
commit
8794438453
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue