]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormERT.C
Yet more dialog tweaking from Rob.
[lyx.git] / src / frontends / xforms / FormERT.C
index 4fedc68daba98128bb6e7de3fb39fabc575c43a5..56deb495f5857e7fa4d6136af4bea329525295c5 100644 (file)
@@ -1,9 +1,11 @@
 /**
  * \file xforms/FormERT.C
- * Copyright 2001 The LyX Team.
- * See the file COPYING.
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * \author Jürgen Vigna, jug@sad.it
+ * \author Jürgen Vigna
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #include <config.h>
@@ -23,8 +25,8 @@
 
 typedef FormCB<ControlERT, FormDB<FD_ert> > base_class;
 
-FormERT::FormERT(ControlERT & c)
-       : base_class(c, _("ERT Options"))
+FormERT::FormERT()
+       : base_class(_("ERT Options"))
 {}