mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 12:10:31 +02:00
MG: reduced output
git-svn-id: trunk@1299 -
This commit is contained in:
parent
b8d7f7c1c6
commit
c721b3ed4b
@ -1001,8 +1001,6 @@ end;
|
||||
Function TInterfaceBase.PromptUser(const DialogCaption, DialogMessage : String;
|
||||
DialogType : longint; Buttons : PLongint;
|
||||
ButtonCount, DefaultIndex, EscapeResult : Longint) : Longint;
|
||||
var
|
||||
theModalResult : longint;
|
||||
begin
|
||||
if PromptDialogFunction<>nil then
|
||||
Result:=PromptDialogFunction(DialogCaption, DialogMessage, DialogType,
|
||||
@ -1442,6 +1440,9 @@ end;
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.62 2002/10/25 10:10:40 lazarus
|
||||
MG: reduced output
|
||||
|
||||
Revision 1.61 2002/10/25 10:06:34 lazarus
|
||||
MG: broke interfacebase uses circles
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user