]> git.tdb.fi Git - libs/math.git/blobdiff - blender/io_mspmath/properties.py
Fix the name of the properties panel
[libs/math.git] / 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"