mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 04:40:30 +02:00
TaskDialog: fix typo in debug writeln in Win32 WS code.
This commit is contained in:
parent
05e3ea353b
commit
8d8ea4f2d0
@ -1721,7 +1721,7 @@ begin
|
||||
lParam: Must be zero.
|
||||
Return value: The return value is ignored.
|
||||
}
|
||||
if IsConsole then writeln('ToDo: implement OnNavigate');
|
||||
if IsConsole then writeln('ToDo: implement OnNavigated');
|
||||
end;
|
||||
TDN_TIMER:
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user