Mercurial > emacs
changeset 62662:9733e98a93e4
(Fmessage_box): Use "Information" for frame title.
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Tue, 24 May 2005 03:48:32 +0000 |
parents | 0db5674a79de |
children | 68061d13d085 |
files | src/editfns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/editfns.c Tue May 24 03:45:42 2005 +0000 +++ b/src/editfns.c Tue May 24 03:48:32 2005 +0000 @@ -3175,7 +3175,7 @@ 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; }