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:
authorTon Roosendaal <ton@blender.org>2007-01-06 14:48:06 +0300
committerTon Roosendaal <ton@blender.org>2007-01-06 14:48:06 +0300
commit207e7bc2bd140b5e23b7da10f469e6f9039f7cab (patch)
treef304f4c4f684b11563bb647bf9345b151ea4a565 /source/blender/src/buttons_editing.c
parentad9b1c58f596fd0e0b112f2c9a0953f8da932ae5 (diff)
Bugfix:
New panel "Armature Visualisations" didn't appear tabbed as intended...
Diffstat (limited to 'source/blender/src/buttons_editing.c')
-rw-r--r--source/blender/src/buttons_editing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/buttons_editing.c b/source/blender/src/buttons_editing.c
index 2949a393d81..d0ebde5253b 100644
--- a/source/blender/src/buttons_editing.c
+++ b/source/blender/src/buttons_editing.c
@@ -3321,7 +3321,7 @@ static void editing_panel_armature_visuals(Object *ob, bArmature *arm)
uiBlock *block;
block= uiNewBlock(&curarea->uiblocks, "editing_panel_armature_visuals", UI_EMBOSS, UI_HELV, curarea->win);
- uiNewPanelTabbed("Armature Visualisations", "Editing");
+ uiNewPanelTabbed("Armature", "Editing");
if(uiNewPanel(curarea, block, "Armature Visualisations", "Editing", 320, 0, 318, 204)==0) return;
/* version patch for older files here (do_versions patch too complicated) */