[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [55869] trunk/blender/source/blender/ editors/animation/fmodifier_ui.c: Reverted a change accidentally committed.

Tamito Kajiyama rd6t-kjym at asahi-net.or.jp
Sun Apr 7 09:06:02 CEST 2013


Revision: 55869
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=55869
Author:   kjym3
Date:     2013-04-07 07:06:02 +0000 (Sun, 07 Apr 2013)
Log Message:
-----------
Reverted a change accidentally committed.

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	2013-04-07 06:56:49 UTC (rev 55868)
+++ trunk/blender/source/blender/editors/animation/fmodifier_ui.c	2013-04-07 07:06:02 UTC (rev 55869)
@@ -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, ") \xc3\x97", 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);




More information about the Bf-blender-cvs mailing list