diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-10-12 17:35:37 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-10-12 17:35:37 +0200 |
| commit | 3a867dd7964c15b56be455ce2545db0998b4552c (patch) | |
| tree | 2422dfdbba3d004090156099a0961b9ec090d940 | |
| parent | af364d17a3d33dacaf644f9641d9332c7ce90914 (diff) | |
| download | tuxcmd-3a867dd7964c15b56be455ce2545db0998b4552c.tar.xz | |
Kylix compilation fixes
| -rw-r--r-- | libgtk_kylix/GTKForms.pas | 2 |
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; |
