tooltip docu

git-svn-id: svn://kolibrios.org@6706 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
siemargl 2016-11-13 13:06:20 +00:00
parent 0a05348fad
commit 4811fbd229
2 changed files with 3 additions and 1 deletions

View File

@ -27,6 +27,7 @@
<li><a href="pathshow\pathshow.htm">pathshow</a></li>
<li><a href="tree_list\info_treelist.htm">tree_list</a></li>
<li><a href="t_edit\t_edit.htm">text_editor</a></li>
<li><a href="tooltip\tooltip.htm">tooltip</a></li>
</ul>
<h1><a name="autors">Àâòîðñêèé ñîñòàâ</a></h1>
@ -36,6 +37,7 @@
<p>Åâãåíèé Ãðå÷íèêîâ aka Diamond</p>
<p>hidnplayr</p>
<p>Èãîðü Àôàíàñüåâ aka IgorA</p>
<p>@Siemargl</p>
<hr>
<p>Äîêóìåíòàöèÿ îáíîâëÿëàñü ïîñëåäíèé ðàç 26.08.11.</p>

View File

@ -86,7 +86,7 @@ endl
test edi, edi
jne .list_next
xor eax, eax
inc eax ; god return
inc eax ; good return
.exitp:
ret
endp