Index: /FCKeditor.Net/trunk/FCKeditor.cs
===================================================================
--- /FCKeditor.Net/trunk/FCKeditor.cs	(revision 1161)
+++ /FCKeditor.Net/trunk/FCKeditor.cs	(revision 1162)
@@ -70,5 +70,5 @@
 		/// </p>
 		/// <p>
-		///		The default value is "/FCKeditor/".
+		///		The default value is "/fckeditor/".
 		/// </p>
 		/// <p>
@@ -79,5 +79,5 @@
 		///		&lt;configuration&gt;
 		///			&lt;appSettings&gt;
-		///				&lt;add key="FCKeditor:BasePath" value="/scripts/FCKeditor/" /&gt;
+		///				&lt;add key="FCKeditor:BasePath" value="/scripts/fckeditor/" /&gt;
 		///			&lt;/appSettings&gt;
 		///		&lt;/configuration&gt;
@@ -85,5 +85,5 @@
 		/// </p>
 		/// </summary>
-		[ DefaultValue( "/FCKeditor/" ) ]
+		[ DefaultValue( "/fckeditor/" ) ]
 		public string BasePath
 		{
@@ -95,5 +95,5 @@
 					o = System.Configuration.ConfigurationSettings.AppSettings["FCKeditor:BasePath"] ;
 
-				return ( o == null ? "/FCKeditor/" : (string)o ) ;
+				return ( o == null ? "/fckeditor/" : (string)o ) ;
 			}
 			set { ViewState["BasePath"] = value ; }
Index: /FCKeditor.Net/trunk/_whatsnew.html
===================================================================
--- /FCKeditor.Net/trunk/_whatsnew.html	(revision 1161)
+++ /FCKeditor.Net/trunk/_whatsnew.html	(revision 1162)
@@ -44,4 +44,5 @@
 			Visual Studio 2005</strong>. It's easier now to open the source in your preferred environment. Builds will
 			end up in the "1.1" (VS2003) and "2.0" (VS2005) folders inside bin/Debug and bin/Release. </li>
+		<li>The BasePath property now defaults to "/fckeditor/" ("/FCKeditor/" previously).</li>
 	</ul>
 	<p>
