Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'archimesh/__init__.py')
-rw-r--r--archimesh/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archimesh/__init__.py b/archimesh/__init__.py
index d05f59cf..88dc009e 100644
--- a/archimesh/__init__.py
+++ b/archimesh/__init__.py
@@ -151,7 +151,7 @@ class Archi_Pref(AddonPreferences):
category = StringProperty(
name="Tab Category",
description="Choose a name for the category of the panel",
- default="Archimesh",
+ default="Create",
update=update_panel
)