]> git.tdb.fi Git - libs/math.git/commitdiff
Fix the name of the properties panel
authorMikko Rasa <tdb@tdb.fi>
Wed, 10 Feb 2016 15:20:48 +0000 (17:20 +0200)
committerMikko Rasa <tdb@tdb.fi>
Wed, 10 Feb 2016 15:20:48 +0000 (17:20 +0200)
blender/io_mspmath/properties.py

index b296e5a2b9c62eeb9503fa6e35b817e4d70fe16a..2e567e6629421fb969189f5b8aa16b591f462c90 100644 (file)
@@ -1,8 +1,8 @@
 import bpy
 
 class MspMathObjectProperties(bpy.types.Panel):
-       bl_idname = "OBJECT_PT_mspgl_properties"
-       bl_label = "MspGL properties"
+       bl_idname = "OBJECT_PT_mspmath_properties"
+       bl_label = "Msp math properties"
        bl_space_type = "PROPERTIES"
        bl_region_type = "WINDOW"
        bl_context = "object"