--- lib/redmine/mime_type.rb.orig Mon Mar 17 21:30:28 2008 +++ lib/redmine/mime_type.rb Mon Mar 17 21:31:02 2008 @@ -23,7 +23,7 @@ 'text/css' => 'css', 'text/html' => 'html,htm,xhtml', 'text/jsp' => 'jsp', - 'text/x-c' => 'c,cpp,h', + 'text/x-c' => 'c,cpp,cc,h,hh', 'text/x-java' => 'java', 'text/x-javascript' => 'js', 'text/x-html-template' => 'rhtml',