Update of /cvsroot/wnd/wnd/wnd_doc/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17590
Modified Files:
wnd.dtpl
Log Message:
corrected doc for max error (was 10, now 0)
Index: wnd.dtpl
===================================================================
RCS file: /cvsroot/wnd/wnd/wnd_doc/doc/wnd.dtpl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** wnd.dtpl 29 Apr 2005 15:15:10 -0000 1.1.1.1
--- wnd.dtpl 1 May 2005 15:11:20 -0000 1.2
***************
*** 273,277 ****
<code>GetMaxError()</code><br>
<P>Returns the maximum allowable error level
! for the GUI. Default is 10.
<br><br>
See also:
--- 273,277 ----
<code>GetMaxError()</code><br>
<P>Returns the maximum allowable error level
! for the GUI. Default is 0.
<br><br>
See also:
***************
*** 283,286 ****
--- 283,292 ----
<br><br>
+ <br><br>
+ <b>Note</b><br>
+ You should be carefull when adjusting this value. Especially when using
+ gdi functions. gdi has a tendency to deadlock the whole system in case
+ something goes wrong.
+
</P>
|