mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 15:36:31 +02:00
Some non-ASCII character has been replaced in the word "don't" in the comments
This commit is contained in:
parent
3964d9db3b
commit
bf3f6dbae2
@ -158,7 +158,7 @@ end;
|
||||
Params: None
|
||||
Returns: Nothing
|
||||
|
||||
Dummy handle creator. On Qt we don´t need a Handle for common dialogs
|
||||
Dummy handle creator. On Qt we don't need a Handle for common dialogs
|
||||
------------------------------------------------------------------------------}
|
||||
class function TQtWSCommonDialog.CreateHandle(const ACommonDialog: TCommonDialog): THandle;
|
||||
begin
|
||||
@ -171,7 +171,7 @@ end;
|
||||
Params: None
|
||||
Returns: Nothing
|
||||
|
||||
Dummy handle destructor. On Qt we don´t need a Handle for common dialogs
|
||||
Dummy handle destructor. On Qt we don't need a Handle for common dialogs
|
||||
------------------------------------------------------------------------------}
|
||||
class procedure TQtWSCommonDialog.DestroyHandle(const ACommonDialog: TCommonDialog);
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user