TaskDialog: fix typo in debug writeln in Win32 WS code.

This commit is contained in:
Bart 2023-08-01 23:32:23 +02:00
parent 05e3ea353b
commit 8d8ea4f2d0

View File

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