diff options
| author | Nick Roberts | 2005-05-24 03:48:32 +0000 |
|---|---|---|
| committer | Nick Roberts | 2005-05-24 03:48:32 +0000 |
| commit | 87944384533f773997a940804ad2ae8e0545d350 (patch) | |
| tree | e7e2a0b36823725c0b2048f5cb6a72e78c70f863 /src | |
| parent | 6a040d6a2c6a8163fb803c9881295c180e1bb8dd (diff) | |
| download | emacs-87944384533f773997a940804ad2ae8e0545d350.tar.gz emacs-87944384533f773997a940804ad2ae8e0545d350.zip | |
(Fmessage_box): Use "Information" for frame title.
Diffstat (limited to 'src')
| -rw-r--r-- | src/editfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) */) | |||
| 3175 | pane = Fcons (Fcons (build_string ("OK"), Qt), Qnil); | 3175 | pane = Fcons (Fcons (build_string ("OK"), Qt), Qnil); |
| 3176 | GCPRO1 (pane); | 3176 | GCPRO1 (pane); |
| 3177 | menu = Fcons (val, pane); | 3177 | menu = Fcons (val, pane); |
| 3178 | obj = Fx_popup_dialog (Qt, menu); | 3178 | obj = Fx_popup_dialog (Qt, menu, Qt); |
| 3179 | UNGCPRO; | 3179 | UNGCPRO; |
| 3180 | return val; | 3180 | return val; |
| 3181 | } | 3181 | } |