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:
authorAntony Riakiotakis <kalast@gmail.com>2014-08-27 12:36:04 +0400
committerAntony Riakiotakis <kalast@gmail.com>2014-08-27 12:36:04 +0400
commite40d8258bb46926a1aecf51236822532397993f3 (patch)
tree640a874c4827666b074cce232d48bedc8827af5c
parent52c06440d8e51c8661a679bcb33742666ce8dbf9 (diff)
Tabname should be fixed here as well.
-rw-r--r--source/blender/editors/interface/interface_panel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/interface/interface_panel.c b/source/blender/editors/interface/interface_panel.c
index c957ba5b2ed..50a190032c7 100644
--- a/source/blender/editors/interface/interface_panel.c
+++ b/source/blender/editors/interface/interface_panel.c
@@ -227,7 +227,7 @@ Panel *uiBeginPanel(ScrArea *sa, ARegion *ar, uiBlock *block, PanelType *pt, Pan
Panel *patab, *palast, *panext;
const char *drawname = CTX_IFACE_(pt->translation_context, pt->label);
const char *idname = pt->idname;
- const char *tabname = pt->idname;
+ const char *tabname = pt->category;
const char *hookname = NULL;
const bool newpanel = (pa == NULL);
int align = panel_aligned(sa, ar);