/**
* Creates a new preference
* @param properties the properties to access
*/
public KeyStrokeMaximizeChangePreference( DockProperties properties ){
super( properties, CControl.KEY_MAXIMIZE_CHANGE, Path.TYPE_KEYSTROKE_PATH, new Path( "dock.common.control.maximize_change" ) );
setLabelId( "preference.shortcut.maximize_change.label" );
setDescriptionId( "preference.shortcut.maximize_change.description" );
setDefaultValue( KeyStroke.getKeyStroke( KeyEvent.VK_M, KeyEvent.CTRL_DOWN_MASK ));