Index: D:/Eigene Dateien/WordPress [svn.automattic.com, v1.6]/wp-admin/post.php
===================================================================
--- D:/Eigene Dateien/WordPress [svn.automattic.com, v1.6]/wp-admin/post.php	(revision 3568)
+++ D:/Eigene Dateien/WordPress [svn.automattic.com, v1.6]/wp-admin/post.php	(working copy)
@@ -44,7 +44,7 @@
 	}
 
 	if ( isset($_POST['save']) )
-		$location = "post.php?action=edit&post=$post_ID";
+		$location = "post-new.php?action=edit&post=$post_ID";
 
 	header("Location: $location");
 	exit();
@@ -107,7 +107,7 @@
 	} elseif ($action == 'editattachment') {
 		$location = 'attachments.php';
 	} else {
-		$location = 'post.php';
+		$location = 'post-new.php';
 	}
 	header ('Location: ' . $location); // Send user on their way while we keep working
 