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:
authorJoshua Leung <aligorith@gmail.com>2014-05-05 07:10:35 +0400
committerJoshua Leung <aligorith@gmail.com>2014-05-07 06:20:02 +0400
commitaad0907644aad567b56e5baeffbf463acfa97af4 (patch)
treea4d14bebd4058eef9eb1ac761361e9dadd772e3c /source/blender/editors/animation
parenta351ff7264558c2aa271ad0ad9adf517538e5777 (diff)
Get rid of custom tooltip for pushdown button
Diffstat (limited to 'source/blender/editors/animation')
-rw-r--r--source/blender/editors/animation/anim_channels_defines.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/editors/animation/anim_channels_defines.c b/source/blender/editors/animation/anim_channels_defines.c
index 62629949afe..97e18fff32e 100644
--- a/source/blender/editors/animation/anim_channels_defines.c
+++ b/source/blender/editors/animation/anim_channels_defines.c
@@ -3938,8 +3938,7 @@ void ANIM_channel_draw_widgets(bContext *C, bAnimContext *ac, bAnimListElem *ale
offset += UI_UNIT_X;
but = uiDefIconButO(block, BUT, "NLA_OT_action_pushdown", WM_OP_INVOKE_DEFAULT, ICON_NLA_PUSHDOWN,
- (int)v2d->cur.xmax - offset, ymid, UI_UNIT_X, UI_UNIT_X,
- "Push action on to the top of the NLA stack as a new NLA Strip");
+ (int)v2d->cur.xmax - offset, ymid, UI_UNIT_X, UI_UNIT_X, NULL);
opptr_b = uiButGetOperatorPtrRNA(but);
RNA_int_set(opptr_b, "channel_index", channel_index);