Index: Editor/branches/features/adobeair/AIRSandboxFrame.html
===================================================================
--- /CKEditor/branches/features/adobeair/AIRSandboxFrame.html	(revision 4297)
+++ 	(revision )
@@ -1,11 +1,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!--
-Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
-For licensing, see LICENSE.html or http://ckeditor.com/license
--->
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-	<title></title>
-</head>
-<body ></body>
-</html>
Index: /CKEditor/branches/features/adobeair/_source/plugins/wysiwygarea/plugin.js
===================================================================
--- /CKEditor/branches/features/adobeair/_source/plugins/wysiwygarea/plugin.js	(revision 4297)
+++ /CKEditor/branches/features/adobeair/_source/plugins/wysiwygarea/plugin.js	(revision 4298)
@@ -271,5 +271,5 @@
 								// won't work.
 								' src="' +
-								 ( CKEDITOR.env.air ? ( CKEDITOR.basePath + 'AIRSandboxFrame.html' )
+								 ( CKEDITOR.env.air ? ( CKEDITOR.basePath + 'air_sandbox_frame.html' )
 								 : ( 'javascript:' + encodeURIComponent( src ) ) ) + '"' + 
 								'></iframe>' );
Index: /CKEditor/branches/features/adobeair/air_sandbox_frame.html
===================================================================
--- /CKEditor/branches/features/adobeair/air_sandbox_frame.html	(revision 4298)
+++ /CKEditor/branches/features/adobeair/air_sandbox_frame.html	(revision 4298)
@@ -0,0 +1,11 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!--
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+	<title></title>
+</head>
+<body ></body>
+</html>
