]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormPreamble.C
Yet more dialog tweaking from Rob.
[lyx.git] / src / frontends / xforms / FormPreamble.C
index 5fa4baf3de8d570dfb7c0633ab5edb2b92fe7410..189ed052fa8d1e7b61455011804e3fe6d867b376 100644 (file)
@@ -1,9 +1,11 @@
 /**
  * \file FormPreamble.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 Edwin Leuven, leuven@fee.uva.nl
+ * \author Edwin Leuven
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #include <config.h>
@@ -21,8 +23,8 @@
 
 typedef FormCB<ControlPreamble, FormDB<FD_preamble> > base_class;
 
-FormPreamble::FormPreamble(ControlPreamble & c)
-       : base_class(c, _("LaTeX preamble"))
+FormPreamble::FormPreamble()
+       : base_class(_("LaTeX preamble"))
 {}