[Laszlo-checkins] r7473 - openlaszlo/trunk/docs/src/developers/programs
lou@openlaszlo.org
lou at openlaszlo.org
Thu Dec 6 11:27:47 PST 2007
Author: lou
Date: 2007-12-06 11:27:29 -0800 (Thu, 06 Dec 2007)
New Revision: 7473
Modified:
openlaszlo/trunk/docs/src/developers/programs/color-$7.lzx
Log:
Change 20071206-lou-j by lou at loumac.local on 2007-12-06 15:23:28 AST
in /Users/lou/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: Chapter 20 Color section 3.4: fix example so text in debug window is not truncated
Bugs Fixed: LPP-5211
Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)
Tests: verify visualy
Modified: openlaszlo/trunk/docs/src/developers/programs/color-$7.lzx
===================================================================
--- openlaszlo/trunk/docs/src/developers/programs/color-$7.lzx 2007-12-06 19:26:20 UTC (rev 7472)
+++ openlaszlo/trunk/docs/src/developers/programs/color-$7.lzx 2007-12-06 19:27:29 UTC (rev 7473)
@@ -22,7 +22,8 @@
<text text="Storm"/>
</fader>
<script>
- Debug.write("Click on a view to reduce its opacity. Mouse out to restore 100% opacity.");
+ Debug.write("Click on a view to reduce its opacity.");
+ Debug.write("Mouse out to restore 100% opacity.");
</script>
</canvas>
<!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
More information about the Laszlo-checkins
mailing list