diff --git a/Contrib/nsDialogs/Readme.html b/Contrib/nsDialogs/Readme.html index 670334b2..5aeda7b2 100644 --- a/Contrib/nsDialogs/Readme.html +++ b/Contrib/nsDialogs/Readme.html @@ -53,7 +53,7 @@ code
Returns nothing.
-nsDialogs::OnTimer function_address timer_interval
nsDialogs::CreateTimer function_address timer_interval
Sets a timer that'd call the callback function for the given control every in a constant interval. Interval times are specified in milliseconds.
@@ -677,11 +677,11 @@ SectionEndSee OnNotify for more details.
-${NSD_OnTimer} function_address timer_interval
${NSD_CreateTimer} function_address timer_interval
See OnTimer for more details.
+See CreateTimer for more details.