You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ag...@apache.org on 2006/10/26 20:47:51 UTC

svn commit: r468094 - /incubator/roller/trunk/web/WEB-INF/classes/roller.properties

Author: agilliland
Date: Thu Oct 26 11:47:51 2006
New Revision: 468094

URL: http://svn.apache.org/viewvc?view=rev&rev=468094
Log:
we changed the text editor's id from 'TextEditor' to 'editor-text.jsp' for backwards compatability.


Modified:
    incubator/roller/trunk/web/WEB-INF/classes/roller.properties

Modified: incubator/roller/trunk/web/WEB-INF/classes/roller.properties
URL: http://svn.apache.org/viewvc/incubator/roller/trunk/web/WEB-INF/classes/roller.properties?view=diff&rev=468094&r1=468093&r2=468094
==============================================================================
--- incubator/roller/trunk/web/WEB-INF/classes/roller.properties (original)
+++ incubator/roller/trunk/web/WEB-INF/classes/roller.properties Thu Oct 26 11:47:51 2006
@@ -270,7 +270,7 @@
 org.apache.roller.ui.core.plugins.XinhaEditor
 
 # The "id" of the default editor to use.  NOT the class name
-plugins.defaultEditor=TextEditor
+plugins.defaultEditor=editor-text.jsp
 
 #----------------------------------
 # Scheduled Background Tasks ... all times are in minutes.