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
path: root/source
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2012-03-19 00:04:41 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-03-19 00:04:41 +0400
commit2635d78ec1506932f51a83f3bf8f3a55bb541a93 (patch)
treeda719938fe59335dedb30630e566d0ca443dd6af /source
parentdd69e76d820808039894109f258e04af683eb588 (diff)
Grumph, more fixes in this Select menu (Invert had default op name for metaball and particules...). Also fixed "(De)select All" name of particule op.
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/physics/particle_edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/physics/particle_edit.c b/source/blender/editors/physics/particle_edit.c
index e08139e9a78..dad4688a577 100644
--- a/source/blender/editors/physics/particle_edit.c
+++ b/source/blender/editors/physics/particle_edit.c
@@ -1360,7 +1360,7 @@ static int pe_select_all_exec(bContext *C, wmOperator *op)
void PARTICLE_OT_select_all(wmOperatorType *ot)
{
/* identifiers */
- ot->name= "Selection of all particles";
+ ot->name= "(De)select All";
ot->idname= "PARTICLE_OT_select_all";
/* api callbacks */