Revision: 53253
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=53253
Author:   mont29
Date:     2012-12-21 19:20:24 +0000 (Fri, 21 Dec 2012)
Log Message:
-----------
back to utf-8 encoding!

Modified Paths:
--------------
    trunk/blender/source/blender/editors/animation/fmodifier_ui.c

Modified: trunk/blender/source/blender/editors/animation/fmodifier_ui.c
===================================================================
--- trunk/blender/source/blender/editors/animation/fmodifier_ui.c       
2012-12-21 19:05:52 UTC (rev 53252)
+++ trunk/blender/source/blender/editors/animation/fmodifier_ui.c       
2012-12-21 19:20:24 UTC (rev 53253)
@@ -233,7 +233,7 @@
                                
                                /* closing bracket and multiplication sign */
                                if ( (i != (data->poly_order - 1)) || ((i == 0) 
&& data->poly_order == 2) ) {
-                                       uiDefBut(block, LABEL, 1, ") \xD7", 0, 
0, 40, 20, NULL, 0.0, 0.0, 0, 0, "");
+                                       uiDefBut(block, LABEL, 1, ") ×", 0, 0, 
40, 20, NULL, 0.0, 0.0, 0, 0, "");
                                        
                                        /* set up new row for the next pair of 
coefficients */
                                        row = uiLayoutRow(layout, TRUE);

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to