diff -urp Drupal/sites/all/modules/swftools/flowplayer/flowplayer.module Desktop/swftools/flowplayer/flowplayer.module
--- Drupal/sites/all/modules/swftools/flowplayer/flowplayer.module	2009-08-12 11:16:45.000000000 -0500
+++ Desktop/swftools/flowplayer/flowplayer.module	2009-04-22 16:59:44.000000000 -0500
@@ -59,7 +59,6 @@ function flowplayer_menu() {
 
     //$items['admin/media/swf/flowplayer'] = array(
     $items['admin/settings/swftools/flowplayer'] = array(
-      'type' => MENU_LOCAL_TASK,
       'title' => 'FlowPlayer',
       'description' => 'Settings for '. l('FlowPlayer', FLOWPLAYER_DOWNLOAD) .'.',
       'access arguments' => array('administer flash'),
diff -urp Drupal/sites/all/modules/swftools/flowplayer3/flowplayer3.module Desktop/swftools/flowplayer3/flowplayer3.module
--- Drupal/sites/all/modules/swftools/flowplayer3/flowplayer3.module	2009-08-12 11:16:54.000000000 -0500
+++ Desktop/swftools/flowplayer3/flowplayer3.module	2009-04-22 16:59:44.000000000 -0500
@@ -70,7 +70,6 @@ function flowplayer3_menu() {
   $items = array();
 
   $items['admin/settings/swftools/flowplayer3'] = array(
-    'type' => MENU_LOCAL_TASK,
     'title' => 'FlowPlayer 3',
     'description' => 'Settings for ' . l('FlowPlayer 3', FLOWPLAYER3_DOWNLOAD) . '.',
     'access arguments' => array('administer flash'),
diff -urp Drupal/sites/all/modules/swftools/genericplayers.module Desktop/swftools/genericplayers.module
--- Drupal/sites/all/modules/swftools/genericplayers.module	2009-08-12 11:17:02.000000000 -0500
+++ Desktop/swftools/genericplayers.module	2008-10-03 18:20:32.000000000 -0500
@@ -58,7 +58,6 @@ function genericplayers_menu() {
 
   //$items['admin/media/swf/generic'] = array(
   $items['admin/settings/swftools/generic'] = array(
-    'type' => MENU_LOCAL_TASK,
     'title' => 'Generic players',
     'description' => 'Basic Flash players that ship with SWF Tools',
     'access arguments' => array('administer flash'),
diff -urp Drupal/sites/all/modules/swftools/imagerotator/imagerotator.module Desktop/swftools/imagerotator/imagerotator.module
--- Drupal/sites/all/modules/swftools/imagerotator/imagerotator.module	2009-08-12 11:17:08.000000000 -0500
+++ Desktop/swftools/imagerotator/imagerotator.module	2009-04-22 16:39:33.000000000 -0500
@@ -47,7 +47,6 @@ function imagerotator_menu() {
 
     //$items['admin/media/swf/imagerotator'] = array(
     $items['admin/settings/swftools/imagerotator'] = array(
-      'type' => MENU_LOCAL_TASK,
       'title' => 'JW Image Rotator 3',
       'description' => 'Plug-in for '. l('Jeroen Wijering\'s Image Rotator 3', IMAGEROTATOR_DOWNLOAD) .'.',
       'access arguments' => array('administer flash'),
diff -urp Drupal/sites/all/modules/swftools/onepixelout/onepixelout.module Desktop/swftools/onepixelout/onepixelout.module
--- Drupal/sites/all/modules/swftools/onepixelout/onepixelout.module	2009-08-12 11:17:13.000000000 -0500
+++ Desktop/swftools/onepixelout/onepixelout.module	2009-04-20 16:40:08.000000000 -0500
@@ -47,7 +47,6 @@ function onepixelout_menu() {
 
     //$items['admin/media/swf/onepixelout'] = array(
     $items['admin/settings/swftools/onepixelout'] = array(
-      'type' => MENU_LOCAL_TASK,
       'title' => '1 Pixel Out',
       'description' => 'Settings for '. l('1 Pixel Out MP3 Player', 'http://www.1pixelout.net/code/audio-player-wordpress-plugin/') .'.',
       'access arguments' => array('administer flash'),
Only in Drupal/sites/all/modules/swftools/shared: .DS_Store
Only in Desktop/swftools/shared: generic
diff -urp Drupal/sites/all/modules/swftools/simpleviewer/simpleviewer.module Desktop/swftools/simpleviewer/simpleviewer.module
--- Drupal/sites/all/modules/swftools/simpleviewer/simpleviewer.module	2009-08-12 11:17:18.000000000 -0500
+++ Desktop/swftools/simpleviewer/simpleviewer.module	2009-04-18 19:02:10.000000000 -0500
@@ -44,7 +44,6 @@ function simpleviewer_menu() {
   $items = array();
 
     $items['admin/settings/swftools/simpleviewer'] = array(
-      'type' => MENU_LOCAL_TASK,
       'title' => 'SimpleViewer',
       'description' => 'Settings for <a href="http://www.airtightinteractive.com/simpleviewer/">Airtight Interactive\'s SimpleViewer</a> image gallery.',
       'weight' => 1,
Only in Drupal/sites/all/modules/swftools/swfobject2: .DS_Store
diff -urp Drupal/sites/all/modules/swftools/swftools.module Desktop/swftools/swftools.module
--- Drupal/sites/all/modules/swftools/swftools.module	2009-08-12 11:14:10.000000000 -0500
+++ Desktop/swftools/swftools.module	2009-04-18 18:30:52.000000000 -0500
@@ -63,20 +63,14 @@ function swftools_menu() {
 
   $items['admin/settings/swftools'] = array(
     'title' => 'SWF Tools',
+    'description' => 'Settings to control how SWF Tools integrates with Adobe Flash related methods and tools like video players, MP3 players and image viewers.',
     'access arguments' => $swf_admin,
     'page callback' => 'system_admin_menu_block_page',
     'file' => 'system.admin.inc',
     'file path' => drupal_get_path('module', 'system'),
   );
-  $items['admin/settings/swftools/settings'] = array(
-    'type' => MENU_DEFAULT_LOCAL_TASK,
-    'title' => 'Settings',
-    'description' => 'Settings to control how SWF Tools integrates with Adobe Flash related methods and tools like video players, MP3 players and image viewers.',
-    'weight' => -3,
-  );
 
   $items['admin/settings/swftools/handling'] = array(
-    'type' => MENU_LOCAL_TASK,
     'title' => 'File handling',
     'description' => 'Configure how SWF Tools should handle different types of file.',
     'access arguments' => $swf_admin,
@@ -87,7 +81,6 @@ function swftools_menu() {
   );
 
   $items['admin/settings/swftools/embed'] = array(
-    'type' => MENU_LOCAL_TASK,
     'title' => 'Embedding settings',
     'description' => 'Set the embedding method that SWF Tools should use, and configure embedding defaults.',
     'access arguments' => $swf_admin,
@@ -100,7 +93,6 @@ function swftools_menu() {
   // If CCK is active then add a link to the CCK formatters
   if (module_exists('content')) {
     $items['admin/settings/swftools/cck'] = array(
-      'type' => MENU_LOCAL_TASK,
       'title' => 'CCK formatters',
       'description' => 'Additional settings to control how SWF Tools should interact with CCK.',
       'access arguments' => $swf_admin,
@@ -111,7 +103,6 @@ function swftools_menu() {
   }
 
   $items['admin/reports/swftools'] = array(
-    'type' => MENU_LOCAL_TASK,
     'title' => 'SWF Tools status',
     'description' => 'Get an overview of the status of the SWF Tools module and its supporting files.',
     'page callback' => 'swftools_status',
diff -urp Drupal/sites/all/modules/swftools/wijering/wijering.module Desktop/swftools/wijering/wijering.module
--- Drupal/sites/all/modules/swftools/wijering/wijering.module	2009-08-12 11:17:30.000000000 -0500
+++ Desktop/swftools/wijering/wijering.module	2009-03-17 18:13:22.000000000 -0500
@@ -54,7 +54,6 @@ function wijering_menu() {
 
     //$items['admin/media/swf/wijering'] = array(
     $items['admin/settings/swftools/wijering'] = array(
-      'type' => MENU_LOCAL_TASK,
       'title' => 'JW Media Player 3',
       'description' => 'Settings for '. l('Jeroen Wijering\'s Media Player 3', WIJERING_DOWNLOAD) .'.',
       'access arguments' => array('administer flash'),
diff -urp Drupal/sites/all/modules/swftools/wijering4/wijering4.module Desktop/swftools/wijering4/wijering4.module
--- Drupal/sites/all/modules/swftools/wijering4/wijering4.module	2009-08-12 11:17:33.000000000 -0500
+++ Desktop/swftools/wijering4/wijering4.module	2009-04-23 17:25:55.000000000 -0500
@@ -76,7 +76,6 @@ function wijering4_menu() {
 
     //$items['admin/media/swf/wijering4'] = array(
     $items['admin/settings/swftools/wijering4'] = array(
-      'type' => MENU_LOCAL_TASK,
       'title' => 'JW Media Player 4',
       'description' => 'Settings for '. l('Jeroen Wijering\'s FLV Media Player 4', WIJERING4_DOWNLOAD) .'.',
       'access arguments' => array('administer flash'),
