mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-05 19:46:01 +02:00
LCL: comment about missing mrHelp
git-svn-id: trunk@38624 -
This commit is contained in:
parent
2edf8a1512
commit
1ec691e892
@ -86,7 +86,10 @@ const
|
|||||||
idButtonClose);
|
idButtonClose);
|
||||||
|
|
||||||
DialogResults : Array[idButtonOK..idButtonNoToAll] of TModalResult = (
|
DialogResults : Array[idButtonOK..idButtonNoToAll] of TModalResult = (
|
||||||
mrOk, mrCancel, mrNone{Help}, mrYes, mrNo, mrClose, mrAbort, mrRetry,
|
mrOk, mrCancel,
|
||||||
|
mrNone{Help - when a mbHelp button is pressed the help system is started,
|
||||||
|
the dialog does not close },
|
||||||
|
mrYes, mrNo, mrClose, mrAbort, mrRetry,
|
||||||
mrIgnore, mrAll, mrYesToAll, mrNoToAll);
|
mrIgnore, mrAll, mrYesToAll, mrNoToAll);
|
||||||
|
|
||||||
ButtonResults : Array[mrNone..mrClose] of Longint = (
|
ButtonResults : Array[mrNone..mrClose] of Longint = (
|
||||||
|
Loading…
Reference in New Issue
Block a user