Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/estyle

Dir     : e17/libs/estyle/test


Modified Files:
        estyle_test_simple.c 


Log Message:
Duplicate spaces at the end of a string, this works around the sizing issues
in evas text objects.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/estyle/test/estyle_test_simple.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- estyle_test_simple.c        22 Jul 2003 15:25:23 -0000      1.9
+++ estyle_test_simple.c        4 Aug 2003 17:17:13 -0000       1.10
@@ -17,9 +17,9 @@
 #define OBST_X 100.0
 #define OBST_Y 100.0
 
-char string1[] = "This text should\ntest the basic styles";
+char string1[] = "This text should\ntest the basic styles ";
 
-char string2[] = "This is the alternate text to test";
+char string2[] = "This is the alternate text to test ";
 char *last = string1;
 
 int obstacle_w = -1, obstacle_h = -1, obstacle_x, obstacle_y;




-------------------------------------------------------
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