]> 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 eb422e29652cfc1c67b58a4ae6ae54a50981ba03..7ba8a730167c5a0c1a184c6e7f1729aa62cc1f9a 100644 (file)
 
 #include "deco.xbm"
 
+
 static char const * decoration_names[] = {
        "widehat", "widetilde", "overbrace", "overleftarrow", "overrightarrow", 
        "overline", "underbrace", "underline"
 };
 
+
 static int const nr_decoration_names = sizeof(decoration_names) / sizeof(char const *);
  
 FormMathsDeco::FormMathsDeco(LyXView * lv, Dialogs * d,
                             FormMathsPanel const & p)
-       : FormMathsSub(lv, d, p, _("Maths Decorations"))
+       : FormMathsSub(lv, d, p, _("Maths Decorations"), false)
 {}