diff --git a/space_view3d_add_surround_cameras.py b/space_view3d_add_surround_cameras.py
index b5f797fe35b6152d32e1c3d05f16c7e103f1a00a..bf4ddd08e87d7c3872dc6b4eba74c674595e3171 100644
--- a/space_view3d_add_surround_cameras.py
+++ b/space_view3d_add_surround_cameras.py
@@ -59,7 +59,9 @@ class AddSurroundCamerasPanel(bpy.types.Panel):
     bl_space_type = 'VIEW_3D'
     bl_region_type = 'TOOLS'
     bl_label = "Surround Projection"
+    bl_category = 'Addons'
     bl_options = {'DEFAULT_CLOSED'}
+
     def draw(self, context):
         layout = self.layout
         col = layout.column(align=True)