ajack 2004/05/06 12:44:02
Modified: python/gump/document/forrest documenter.py
Log:
Add wording to the link (for the separate output file).
Revision Changes Path
1.31 +2 -2 gump/python/gump/document/forrest/documenter.py
Index: documenter.py
===================================================================
RCS file: /home/cvs/gump/python/gump/document/forrest/documenter.py,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- documenter.py 6 May 2004 05:15:09 -0000 1.30
+++ documenter.py 6 May 2004 19:44:02 -0000 1.31
@@ -2172,7 +2172,7 @@
# Do the transfer..
copyfile(output,displayedOutput)
- outputSection.createParagraph().createLink(outputBaseName)
+
outputSection.createParagraph().createLink(outputBaseName,'Output File')
else:
#
@@ -2289,7 +2289,7 @@
# Do the transfer..
copyfile(output,displayedOutput)
-
outputSection.createParagraph().createLink(outputBaseName)
+
outputSection.createParagraph().createLink(outputBaseName,'Output File')
else:
outputSource=outputSection.createSource()
o=None
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]