Some non-ASCII character has been replaced in the word "don't" in the comments

This commit is contained in:
Sergey Larin 2021-12-03 01:52:53 +03:00
parent 3964d9db3b
commit bf3f6dbae2

View File

@ -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