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:
authorDaniel Salazar <zanqdo@gmail.com>2010-02-14 10:05:50 +0300
committerDaniel Salazar <zanqdo@gmail.com>2010-02-14 10:05:50 +0300
commitb02f78ed02fd0c6fbb8f67bba1c123552052321c (patch)
treee07f77a9144538cd0d79833363bb428e1376fc46 /source/blender/editors/space_buttons/buttons_context.c
parent4d218824c5ab410ab090a5e31beec09f7d7eb674 (diff)
Using multiline descriptions like this:
""" Fixes the most common causes of gimbal lock in the fcurves of the active bone. """ is causing bad glitches (boxy characters) on the tooltips..
Diffstat (limited to 'source/blender/editors/space_buttons/buttons_context.c')
-rw-r--r--source/blender/editors/space_buttons/buttons_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_buttons/buttons_context.c b/source/blender/editors/space_buttons/buttons_context.c
index 5748a3a301c..572176a256a 100644
--- a/source/blender/editors/space_buttons/buttons_context.c
+++ b/source/blender/editors/space_buttons/buttons_context.c
@@ -864,7 +864,7 @@ void buttons_context_draw(const bContext *C, uiLayout *layout)
block= uiLayoutGetBlock(row);
uiBlockSetEmboss(block, UI_EMBOSSN);
- but= uiDefIconButBitC(block, ICONTOG, SB_PIN_CONTEXT, 0, ICON_UNPINNED, 0, 0, UI_UNIT_X, UI_UNIT_Y, &sbuts->flag, 0, 0, 0, 0, "Follow context or keep fixed datablock displayed.");
+ but= uiDefIconButBitC(block, ICONTOG, SB_PIN_CONTEXT, 0, ICON_UNPINNED, 0, 0, UI_UNIT_X, UI_UNIT_Y, &sbuts->flag, 0, 0, 0, 0, "Follow context or keep fixed datablock displayed");
uiButSetFunc(but, pin_cb, NULL, NULL);
for(a=0; a<path->len; a++) {