From 3a867dd7964c15b56be455ce2545db0998b4552c Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sun, 12 Oct 2008 17:35:37 +0200 Subject: Kylix compilation fixes --- libgtk_kylix/GTKForms.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgtk_kylix') diff --git a/libgtk_kylix/GTKForms.pas b/libgtk_kylix/GTKForms.pas index 7b23879..a8e8e58 100644 --- a/libgtk_kylix/GTKForms.pas +++ b/libgtk_kylix/GTKForms.pas @@ -727,7 +727,7 @@ begin end; function TGTKApplication.MessageBox(ParentWindow: PGtkWindow; const Text: string; Buttons: TMessageButtons = [mbOK]; Style: TMessageStyle = mbInfo; - Default: TMessageButton = mbNone; Escape: TMessageButton = mbNone): TMessageButton; overload; + Default: TMessageButton = mbNone; Escape: TMessageButton = mbNone): TMessageButton; const TMessageStyleID : array[0..3] of TGtkMessageType = (GTK_MESSAGE_ERROR, GTK_MESSAGE_INFO, GTK_MESSAGE_QUESTION, GTK_MESSAGE_WARNING); var Dialog: PGtkWidget; i: integer; -- cgit v1.2.3