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 [EMAIL PROTECTED] 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 ***************************************************


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to