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>2011-04-24 02:08:18 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2011-04-24 02:08:18 +0400
commitbd860f89e75a10cae56be31f97fcd6aa9eb13b8e (patch)
tree4ad82db39475b754b9bb4c1c439033ce46e0c62e /source/blender/editors/space_nla/nla_buttons.c
parent2497af95a11122e6c30d42dd7bff5d8f239269ac (diff)
parent040a049fb17af2e690219ec7f48f601a6d2189c4 (diff)
Merged changes in the trunk up to revision 36301.
Diffstat (limited to 'source/blender/editors/space_nla/nla_buttons.c')
-rw-r--r--source/blender/editors/space_nla/nla_buttons.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_nla/nla_buttons.c b/source/blender/editors/space_nla/nla_buttons.c
index b2d1ffbe790..17cd7ae41bd 100644
--- a/source/blender/editors/space_nla/nla_buttons.c
+++ b/source/blender/editors/space_nla/nla_buttons.c
@@ -505,7 +505,7 @@ void NLA_OT_properties(wmOperatorType *ot)
ot->exec= nla_properties;
ot->poll= ED_operator_nla_active;
-
+
/* flags */
ot->flag= 0;
}