--- google_earth.module	2007-02-21 00:09:14.000000000 +0200
+++ google_earth.new.module	2007-05-10 10:39:07.000000000 +0300
@@ -49,6 +49,7 @@ function google_earth_download() {
   header("Pragma: public");
   header("Cache-Control: must-revalidate, post-check=0, pre-check=0"); 
   header("Content-type: application/vnd.google-earth.kml+xml kml");
+  header("Content-disposition: attachment; filename=google-earth.kml");
   readfile($google_earth_kml_wwwpath);
   flush();
 
@@ -426,4 +427,4 @@ function google_earth_settings_geoip($gr
   );
   return $form;
 }
-?>
\ No newline at end of file
+?>
