Enlightenment CVS committal

Author  : technikolor
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/data/src


Modified Files:
        test.edc 


Log Message:
Fixed acouple syntax errors to avoid misleading new folks.


===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/data/src/test.edc,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- test.edc    27 Jul 2003 13:16:50 -0000      1.7
+++ test.edc    29 Jul 2003 22:05:47 -0000      1.8
@@ -48,8 +48,8 @@
 //                    align, 0.5 0.5;
 //                    min, 0 0;
 //                    max, 0 0;
-//                    step 1 1;
-//                    aspect 0.0 999999.0;
+//                    step, 1 1;
+//                    aspect, 0.0 999999.0;
                       rel1
                         {
                            relative, 0.0  0.0;
@@ -85,10 +85,10 @@
 //                           }
 //                      }
 // only useful if its a rect or text object                   
-//                    color  255, 255, 255, 255;
+//                    color,  255 255 255 255;
 // only useful if its a text object           
-//                    color2 255, 255, 255, 255;
-//                    color3 255, 255, 255, 255;
+//                    color2, 255 255 255 255;
+//                    color3, 255 255 255 255;
 //                    text
 //                      {
 //                         text,   "test text";
@@ -96,7 +96,7 @@
 //                         size,   12;
 //                         fit,    0 0;
 //                         min,    1 1;
-//                         align   0.5 0.5;
+//                         align,  0.5 0.5;
 //                      }
                    }
               }




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to