comparison dwtx/jface/text/revisions/RevisionInformation.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
71 private IInformationControlCreator fInformationPresenterControlCreator; 71 private IInformationControlCreator fInformationPresenterControlCreator;
72 72
73 /** 73 /**
74 * Creates a new revision information model. 74 * Creates a new revision information model.
75 */ 75 */
76 public RevisionInformation() { 76 public this() {
77 } 77 }
78 78
79 /** 79 /**
80 * Adds a revision. 80 * Adds a revision.
81 * 81 *