# HG changeset patch # User Nick Roberts # Date 1116906512 0 # Node ID 9733e98a93e4d780ec5f76602036c41a1d55ead7 # Parent 0db5674a79de22a92ba3ad8ceb3b6a415d38fb30 (Fmessage_box): Use "Information" for frame title. diff -r 0db5674a79de -r 9733e98a93e4 src/editfns.c --- 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; }