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:
authorKent Mein <mein@cs.umn.edu>2010-12-09 00:56:50 +0300
committerKent Mein <mein@cs.umn.edu>2010-12-09 00:56:50 +0300
commite0ab0bc40107d0d532ad20c7e9e6d3d7d583734b (patch)
treef218bc4f3fb074db9fb2b87f57e9085b82c43873 /source/blender/editors/space_nla/nla_buttons.c
parent5d2966283b82b8c5d4b1c47fcdd8511416dfbab8 (diff)
Added a few descriptions that were missing.
This is a little bit of todo item: [#24814] Operators which have no decription Kent
Diffstat (limited to 'source/blender/editors/space_nla/nla_buttons.c')
-rw-r--r--source/blender/editors/space_nla/nla_buttons.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_nla/nla_buttons.c b/source/blender/editors/space_nla/nla_buttons.c
index 49cd09043c2..957bf001417 100644
--- a/source/blender/editors/space_nla/nla_buttons.c
+++ b/source/blender/editors/space_nla/nla_buttons.c
@@ -492,6 +492,7 @@ void NLA_OT_properties(wmOperatorType *ot)
{
ot->name= "Properties";
ot->idname= "NLA_OT_properties";
+ ot->description= "Toggle display properties panel";
ot->exec= nla_properties;
ot->poll= ED_operator_nla_active;