Index: mimedetect.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/mimedetect/mimedetect.module,v
retrieving revision 1.13
diff -u -r1.13 mimedetect.module
--- mimedetect.module	12 Sep 2009 17:11:07 -0000	1.13
+++ mimedetect.module	15 Dec 2009 22:26:42 -0000
@@ -14,7 +14,7 @@
   $items = array();
 
   // The admin settings form.
-  $items['admin/settings/mimedetect'] = array(
+  $items['admin/config/media/mimedetect'] = array(
     'title' => 'Mime type detection',
     'description' => 'Control how the mime type of uploaded files will be determined.',
     'page callback' => 'drupal_get_form',
