comparison dwtx/jface/internal/text/html/BrowserInformationControl.d @ 146:75302ef3f92f

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents 16a71f577815
children 000f9136b8f7
comparison
equal deleted inserted replaced
145:02cd5f1224d3 146:75302ef3f92f
168 168
169 /** 169 /**
170 * The symbolic name of the font used for size computations, or <code>null</code> to use dialog font. 170 * The symbolic name of the font used for size computations, or <code>null</code> to use dialog font.
171 * @since 3.4 171 * @since 3.4
172 */ 172 */
173 private final String fSymbolicFontName; 173 private const String fSymbolicFontName;
174 174
175 175
176 /** 176 /**
177 * Creates a browser information control with the given shell as parent. 177 * Creates a browser information control with the given shell as parent.
178 * 178 *