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:
authorDaniel Dunbar <daniel@zuster.org>2005-07-26 23:27:56 +0400
committerDaniel Dunbar <daniel@zuster.org>2005-07-26 23:27:56 +0400
commiteadfd13123aa29c88d0bffd605f1314c05383680 (patch)
treed9423e322127289901779daa945f5bd61bfd343c /source/blender
parentdacfebb115c4796eb88a62829a81d5b6115b5221 (diff)
- missed in remove wave effect commit, option was still in effect menu
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/src/buttons_object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/buttons_object.c b/source/blender/src/buttons_object.c
index 9f221889f6a..76e55d201b2 100644
--- a/source/blender/src/buttons_object.c
+++ b/source/blender/src/buttons_object.c
@@ -1996,7 +1996,7 @@ static void object_panel_effects(Object *ob)
}
if(eff) {
- uiDefButS(block, MENU, B_CHANGEEFFECT, "Particles %x1|Wave %x2", 895,187,107,27, &eff->buttype, 0, 0, 0, 0, "Set effect type");
+ uiDefButS(block, MENU, B_CHANGEEFFECT, "Particles %x1", 895,187,107,27, &eff->buttype, 0, 0, 0, 0, "Set effect type");
if(eff->type==EFF_PARTICLE) {
PartEff *paf;