Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2012-04-15 17:41:07 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-04-15 17:41:07 +0400
commit6fed4fdd5eb92099f36212b5e71b4298e36ca582 (patch)
tree1883a319c9c33b866f021c91c4de269119881c14 /source/blender/makesrna/intern/rna_fluidsim.c
parent6627fe3f75217bd288bb3fb53dc7bb1dd20c3706 (diff)
Style cleanup (mostly line length, also no final point in tips...).
Diffstat (limited to 'source/blender/makesrna/intern/rna_fluidsim.c')
-rw-r--r--source/blender/makesrna/intern/rna_fluidsim.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_fluidsim.c b/source/blender/makesrna/intern/rna_fluidsim.c
index 7ada0e9b04a..b5770650cb8 100644
--- a/source/blender/makesrna/intern/rna_fluidsim.c
+++ b/source/blender/makesrna/intern/rna_fluidsim.c
@@ -423,7 +423,9 @@ static void rna_def_fluidsim_domain(BlenderRNA *brna)
prop = RNA_def_property(srna, "surface_noobs", PROP_BOOLEAN, PROP_NONE);
RNA_def_property_boolean_sdna(prop, NULL, "typeFlags", OB_FSSG_NOOBS);
RNA_def_property_clear_flag(prop, PROP_ANIMATABLE);
- RNA_def_property_ui_text(prop, "Remove air bubbles", "Removes the air gap between fluid surface and obstacles. WARNING: Can result in a dissolving surface in other areas.");
+ RNA_def_property_ui_text(prop, "Remove air bubbles",
+ "Removes the air gap between fluid surface and obstacles - WARNING: Can result "
+ "in a dissolving surface in other areas");
/* particles */