summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libgtk_kylix/GTKForms.pas2
1 files changed, 1 insertions, 1 deletions
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;