From 87944384533f773997a940804ad2ae8e0545d350 Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Tue, 24 May 2005 03:48:32 +0000 Subject: [PATCH] (Fmessage_box): Use "Information" for frame title. --- src/editfns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editfns.c b/src/editfns.c index ddf080a0359..4bc5336e997 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -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; } -- 2.39.5