Revision: 14736
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=14736
Author:   theeth
Date:     2008-05-08 00:26:47 +0200 (Thu, 08 May 2008)

Log Message:
-----------
[#10996] Wrong tooltip in "Fields" panel

Also fixed typo and insuficiant length of label Longitudinal

Modified Paths:
--------------
    trunk/blender/source/blender/src/buttons_object.c

Modified: trunk/blender/source/blender/src/buttons_object.c
===================================================================
--- trunk/blender/source/blender/src/buttons_object.c   2008-05-07 21:28:05 UTC 
(rev 14735)
+++ trunk/blender/source/blender/src/buttons_object.c   2008-05-07 22:26:47 UTC 
(rev 14736)
@@ -3422,9 +3422,9 @@
                                uiBlockEndAlign(block);
                        }
                        else{
-                               uiDefButS(block, MENU, B_FIELD_DEP, 
"Fall-off%t|Cone%x2|Tube%x1|Sphere%x0",     160,180,140,20, &pd->falloff, 0.0, 
0.0, 0, 0, tipstr);
+                               uiDefButS(block, MENU, B_FIELD_DEP, 
"Fall-off%t|Cone%x2|Tube%x1|Sphere%x0",     160,180,140,20, &pd->falloff, 0.0, 
0.0, 0, 0, "Fall-off shape");
                                if(pd->falloff==PFIELD_FALL_TUBE)
-                                       uiDefBut(block, LABEL, 0, 
"Lognitudinal",               160,160,70,20, NULL, 0.0, 0, 0, 0, "");
+                                       uiDefBut(block, LABEL, 0, 
"Longitudinal",               160,160,140,20, NULL, 0.0, 0, 0, 0, "");
                                uiBlockBeginAlign(block);
                                uiDefButBitS(block, TOG, PFIELD_POSZ, 
B_FIELD_CHANGE, "Pos",    160,140,40,20, &pd->flag, 0.0, 0, 0, 0, "Effect only 
in direction of positive Z axis");
                                uiDefButF(block, NUM, B_FIELD_CHANGE, 
"Fall-off: ",     200,140,100,20, &pd->f_power, 0, 10, 10, 0, "Falloff power 
(real gravitational falloff = 2)");


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

Reply via email to