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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2010-12-18 14:49:12 +0300
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2010-12-18 14:49:12 +0300
commit3368a595dae178dcdf025523232e0961b4ced61e (patch)
treeb970e27e9da9da4c00812d3c8bff27271ee275ca /source/blender/editors/space_nla/nla_buttons.c
parentc4e41d7371522b46fb14cf8d809d5e3d470a1457 (diff)
parenta93411629811ec20f576895c0cb515b9abd7ec19 (diff)
Merged changes in the trunk up to revision 33765.
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 72a970f83e5..5d5b6660d00 100644
--- a/source/blender/editors/space_nla/nla_buttons.c
+++ b/source/blender/editors/space_nla/nla_buttons.c
@@ -493,6 +493,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;