Revision 18669

View differences:

trunk/libraries/libUIComponent/src/org/gvsig/gui/beans/editabletextcomponent/EditableTextDecorator.java
78 78
 *  <li><b>REDO:</b> </li> SHIFT + CTRL + Z. Redoes.
79 79
 * </ul></p>
80 80
 * 
81
 * <p>This component by default stores 10 undo/redo actions. This value can be modified.</p>
81
 * <p>This component by default stores 100 undo/redo actions. This value can be modified.</p>
82 82
 * 
83 83
 * @version 03/01/2008
84 84
 * @author Pablo Piqueras Bartolom? (pablo.piqueras@iver.es)
85 85
 */
86 86
public class EditableTextDecorator {
87 87
	// CONSTANTS
88
	public static final int DEFAULT_UNDO_REDO_LIMIT_ACTIONS = 10;
88
	public static final int DEFAULT_UNDO_REDO_LIMIT_ACTIONS = 100;
89 89
	// END CONSTANTS
90 90

  
91 91
	// A POPUPMENU FOR EDITION OPTIONS

Also available in: Unified diff