]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormMathsDeco.C
Bugfixes: checkboxes to radiobuttons (from J�rgen S) and remove a little
[lyx.git] / src / frontends / xforms / FormMathsDeco.C
index 2f0aadc50af20a7ab16a982c0c0677d0bbc86dd0..7ba8a730167c5a0c1a184c6e7f1729aa62cc1f9a 100644 (file)
@@ -1,4 +1,3 @@
-// -*- C++ -*-
 /**
  * \file FormMathsDeco.C
  * Copyright 2001 The LyX Team.
@@ -34,7 +33,7 @@ static int const nr_decoration_names = sizeof(decoration_names) / sizeof(char co
  
 FormMathsDeco::FormMathsDeco(LyXView * lv, Dialogs * d,
                             FormMathsPanel const & p)
-       : FormMathsSub(lv, d, p, _("Maths Decorations"))
+       : FormMathsSub(lv, d, p, _("Maths Decorations"), false)
 {}