Index: boxes.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/boxes/boxes.module,v
retrieving revision 1.10.2.20.2.5
diff -u -p -r1.10.2.20.2.5 boxes.module
--- boxes.module	11 Oct 2010 16:41:44 -0000	1.10.2.20.2.5
+++ boxes.module	12 Oct 2010 04:52:50 -0000
@@ -15,7 +15,7 @@ function boxes_menu() {
         'page callback' => 'drupal_get_form',
         'page arguments' => array('boxes_add_form', 4),
         'access arguments' => array('administer blocks'),
-        'type' => MENU_LOCAL_TASK,
+        'type' => MENU_LOCAL_ACTION,
         'file' => 'boxes.admin.inc',
       );
     }
