summaryrefslogtreecommitdiffstats
path: root/Mac/Demo/example2.html
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1999-12-03 16:00:20 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1999-12-03 16:00:20 (GMT)
commitdd206899dbb0a876abc818c563a9a658a24ab452 (patch)
tree2792e0415eb34cf5e460a30cf9cc71482e3a1858 /Mac/Demo/example2.html
parent2450a25fcd146ddaaec6b0f1e962c482396f372d (diff)
downloadcpython-dd206899dbb0a876abc818c563a9a658a24ab452.zip
cpython-dd206899dbb0a876abc818c563a9a658a24ab452.tar.gz
cpython-dd206899dbb0a876abc818c563a9a658a24ab452.tar.bz2
Standalone.html is long obsolete. Added description of BuildApplication
process to freezing.html.
Diffstat (limited to 'Mac/Demo/example2.html')
-rw-r--r--Mac/Demo/example2.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/Demo/example2.html b/Mac/Demo/example2.html
index c8dde76..2c3cd22 100644
--- a/Mac/Demo/example2.html
+++ b/Mac/Demo/example2.html
@@ -33,7 +33,7 @@ applet by double-clicking one of the datafiles. <p>
Let's have a look at dnslookup-2.rsrc, our resource file. Dialog 512 is the
main window which has one button (Lookup), two labels and
-two text entry areas, one of which is used for output only. The "Quit" and
+two text entry areas, one of which is used for output only. The "Quit"
button has disappeared, because its function is handled by a menu choice. Here's
what it will look like at run time:<p>
<div align=center>
@@ -127,7 +127,7 @@ applet does still depend on a lot of the python environment: the
PythonCore shared library, the Python Preferences file, the python Lib
folder and any other modules that the main module depends on. It is
possible to get rid of all these dependencies and create true standalone
-applications in Python, but this is a bit difficult. See <a href="standalone.html">
+applications in Python, but this is a bit difficult. See <a href="freezing.html">
Standalone Applications in Python</a> for details. For this
document, by standalone we mean here that
the script has the look-and-feel of an application, including the