Changeset 1162

Show
Ignore:
Timestamp:
2007-12-01 16:47:43 (11 months ago)
Author:
fredck
Message:

For #79 : The BasePath property now defaults to "/fckeditor/" ("/FCKeditor/" previously).

Location:
FCKeditor.Net/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor.Net/trunk/FCKeditor.cs

    r1161 r1162  
    7070                /// </p> 
    7171                /// <p> 
    72                 ///             The default value is "/FCKeditor/". 
     72                ///             The default value is "/fckeditor/". 
    7373                /// </p> 
    7474                /// <p> 
     
    7979                ///             &lt;configuration&gt; 
    8080                ///                     &lt;appSettings&gt; 
    81                 ///                             &lt;add key="FCKeditor:BasePath" value="/scripts/FCKeditor/" /&gt; 
     81                ///                             &lt;add key="FCKeditor:BasePath" value="/scripts/fckeditor/" /&gt; 
    8282                ///                     &lt;/appSettings&gt; 
    8383                ///             &lt;/configuration&gt; 
     
    8585                /// </p> 
    8686                /// </summary> 
    87                 [ DefaultValue( "/FCKeditor/" ) ] 
     87                [ DefaultValue( "/fckeditor/" ) ] 
    8888                public string BasePath 
    8989                { 
     
    9595                                        o = System.Configuration.ConfigurationSettings.AppSettings["FCKeditor:BasePath"] ; 
    9696 
    97                                 return ( o == null ? "/FCKeditor/" : (string)o ) ; 
     97                                return ( o == null ? "/fckeditor/" : (string)o ) ; 
    9898                        } 
    9999                        set { ViewState["BasePath"] = value ; } 
  • FCKeditor.Net/trunk/_whatsnew.html

    r1161 r1162  
    4444                        Visual Studio 2005</strong>. It's easier now to open the source in your preferred environment. Builds will 
    4545                        end up in the "1.1" (VS2003) and "2.0" (VS2005) folders inside bin/Debug and bin/Release. </li> 
     46                <li>The BasePath property now defaults to "/fckeditor/" ("/FCKeditor/" previously).</li> 
    4647        </ul> 
    4748        <p>