Reverted a change accidentally committed.

This commit is contained in:
Tamito Kajiyama 2013-04-07 07:06:02 +00:00
parent 4c42f5c8a9
commit 4e3e52677c

@ -233,7 +233,7 @@ static void draw_modifier__generator(uiLayout *layout, ID *id, FModifier *fcm, s
/* closing bracket and multiplication sign */ /* closing bracket and multiplication sign */
if ( (i != (data->poly_order - 1)) || ((i == 0) && data->poly_order == 2) ) { 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 */ /* set up new row for the next pair of coefficients */
row = uiLayoutRow(layout, TRUE); row = uiLayoutRow(layout, TRUE);