bool tools, panel default to "Tools" tab. T50357

This commit is contained in:
Brendon Murphy 2017-01-07 15:49:39 +11:00
parent 10dd06be5a
commit 56f9bbdb5e
1 changed files with 1 additions and 1 deletions

View File

@ -1223,7 +1223,7 @@ class BoolTool_Pref(AddonPreferences):
category = StringProperty(
name="Tab Category",
description="Choose a name for the category of the panel",
default="Bool Tools",
default="Tools",
update=update_panel,
)