diff --git a/animation_animall.py b/animation_animall.py
index 9060a39f50c216c069cf6d47200c627ab7909953..542f4924097c67af933043aea300b475dfd8d3d4 100644
--- a/animation_animall.py
+++ b/animation_animall.py
@@ -93,9 +93,9 @@ class VIEW3D_PT_animall(bpy.types.Panel):
 
     bl_space_type = 'VIEW_3D'
     bl_region_type = 'TOOLS'
+    bl_category = "Animation"
     bl_label = 'AnimAll'
     bl_options = {'DEFAULT_CLOSED'}
-    # show this addon only in the Camera-Data-Panel
     @classmethod
     def poll(self, context):
         if context.active_object and context.active_object.type in {'MESH', 'LATTICE', 'CURVE', 'SURFACE'}: