[Bf-extensions-cvs] [2ab7a6b] master: Measureit, change Tab name to Display T50357

meta-androcto noreply at git.blender.org
Sun Jan 8 01:15:38 CET 2017


Commit: 2ab7a6b1b01194ead94951e4217aade69541c2c1
Author: meta-androcto
Date:   Sun Jan 8 11:15:10 2017 +1100
Branches: master
https://developer.blender.org/rBA2ab7a6b1b01194ead94951e4217aade69541c2c1

Measureit, change Tab name to Display T50357

===================================================================

M	measureit/__init__.py

===================================================================

diff --git a/measureit/__init__.py b/measureit/__init__.py
index 6c2d14c..e6f40ca 100644
--- a/measureit/__init__.py
+++ b/measureit/__init__.py
@@ -91,7 +91,7 @@ class Measure_Pref(AddonPreferences):
     category = StringProperty(
         name="Tab Category",
         description="Choose a name for the category of the panel",
-        default="Measureit",
+        default="Display",
         update=update_panel
     )



More information about the Bf-extensions-cvs mailing list