[Bf-extensions-cvs] [3cfbd92] master: Fix T44668: User Preferences addons has a UI tab and an User Interface tab.

Bastien Montagne noreply at git.blender.org
Mon May 11 20:22:49 CEST 2015


Commit: 3cfbd9292403676caffaa0061e49891f25fe4156
Author: Bastien Montagne
Date:   Mon May 11 20:22:24 2015 +0200
Branches: master
https://developer.blender.org/rBAC3cfbd9292403676caffaa0061e49891f25fe4156

Fix T44668: User Preferences addons has a UI tab and an User Interface tab.

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

M	ui_splash_tips/__init__.py

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

diff --git a/ui_splash_tips/__init__.py b/ui_splash_tips/__init__.py
index 807b4f4..014da26 100644
--- a/ui_splash_tips/__init__.py
+++ b/ui_splash_tips/__init__.py
@@ -24,7 +24,7 @@ bl_info = {
     "blender": (2, 73, 0),
     "location": "Splash Screen",
     "warning": "",
-    "category": "UI",
+    "category": "User Interface",
 }



More information about the Bf-extensions-cvs mailing list