merged
authorWalther Neuper <wneuper@ist.tugraz.at>
Tue, 21 Nov 2017 14:10:53 +0100
changeset 522624b3a6589cef
parent 5224 3de25c2fe154
parent 5225 7c6026666b73
child 5227 84f1ca6a6dd9
merged
     1.1 --- a/isac-java/src/java/isac/gui/mawen/editor/BoxUtil.scala	Tue Nov 21 14:09:54 2017 +0100
     1.2 +++ b/isac-java/src/java/isac/gui/mawen/editor/BoxUtil.scala	Tue Nov 21 14:10:53 2017 +0100
     1.3 @@ -13,8 +13,8 @@
     1.4  import javax.swing.JTextField
     1.5  
     1.6  /**
     1.7 - * <code>paint</code>s a <code>Box</code> according to 
     1.8 - * a <code>Box.name</code>, which refers to
     1.9 + * <code>paint</code>s a <code>Box</code> (in the sense of LaTeX)
    1.10 + * according to a <code>Box.name</code>, which refers to
    1.11   * specific layouts defined in <code>CalcUtil</code>.
    1.12   */
    1.13  object BoxUtil {