Update of /cvsroot/pythoncard/PythonCard/docs/html
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21263
Modified Files:
walkthrough3.html
Log Message:
fixed indent
Index: walkthrough3.html
===================================================================
RCS file: /cvsroot/pythoncard/PythonCard/docs/html/walkthrough3.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** walkthrough3.html 25 Dec 2005 12:56:23 -0000 1.9
--- walkthrough3.html 26 Dec 2005 08:53:46 -0000 1.10
***************
*** 242,246 ****
the parent. The code would look something like this:</p>
<pre>
! self.parent.menuBar.setChecked('menuViewMinimalWindow', False)
</pre>
<?php include "footer.php" ?>
--- 242,246 ----
the parent. The code would look something like this:</p>
<pre>
! self.parent.menuBar.setChecked('menuViewMinimalWindow', False)
</pre>
<?php include "footer.php" ?>
|