comparison dwtx/jface/internal/text/InformationControlReplacer.d @ 133:7d818bd32d63

Fix ctors to this with gvim regexp
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 01:29:22 +0200
parents c4fb132a086c
children 51e6e63f930e
comparison
equal deleted inserted replaced
132:77bd3bb3d7b8 133:7d818bd32d63
73 /** 73 /**
74 * Creates a new information control replacer. 74 * Creates a new information control replacer.
75 * 75 *
76 * @param creator the default information control creator 76 * @param creator the default information control creator
77 */ 77 */
78 public InformationControlReplacer(IInformationControlCreator creator) { 78 public this(IInformationControlCreator creator) {
79 super(creator); 79 super(creator);
80 takesFocusWhenVisible(false); 80 takesFocusWhenVisible(false);
81 } 81 }
82 82
83 /** 83 /**