]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormToc.C
try this for distinguishing inner and outer tabs
[lyx.git] / src / frontends / xforms / FormToc.C
index 5e8a118b8ff07288fd24259d70671bd2cc200f6d..39805699deb26a2d7eae8a897c48c412df793502 100644 (file)
@@ -32,7 +32,7 @@
 // confusing to the button controller so I've made an IgnorantPolicy to cover
 // this situation since the dialog doesn't care about buttons. ARRae 20001013
 FormToc::FormToc(LyXView * lv, Dialogs * d)
-       : FormCommand(lv, d, _("Table of Contents"), new OkApplyCancelPolicy),
+       : FormCommand(lv, d, _("Table of Contents"), new OkCancelPolicy),
          dialog_(0)
 {
        // let the dialog be shown