diff --git a/mesh_bsurfaces.py b/mesh_bsurfaces.py
index 64943dfe579393159338b4cb7fa7746d338fda9f..983e426bc8d4d866415462b5af1a61e1b292a123 100644
--- a/mesh_bsurfaces.py
+++ b/mesh_bsurfaces.py
@@ -45,6 +45,7 @@ from math import *
 class VIEW3D_PT_tools_SURFSK_mesh(bpy.types.Panel):
     bl_space_type = 'VIEW_3D'
     bl_region_type = 'TOOLS'
+    bl_category = 'Tools'
     bl_context = "mesh_edit"
     bl_label = "Bsurfaces"