]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormExternal.C
Yet more dialog tweaking from Rob.
[lyx.git] / src / frontends / xforms / FormExternal.C
index 1a6960bd7a40f893959df2bbe3ed4bd6ce7bb2b4..b44895f1e2c9d25d0b61e422fd9f94becd97bb45 100644 (file)
@@ -1,11 +1,13 @@
 /**
  * \file FormExternal.C
- * Copyright 2000-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 Asger Alstrup
- * \author John Levon, moz@compsoc.man.ac.uk
- * \author Angus Leeming, a.leeming@ic.ac.uk
+ * \author John Levon
+ * \author Angus Leeming 
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #include <config.h>
@@ -27,8 +29,8 @@
 
 typedef FormCB<ControlExternal, FormDB<FD_external> > base_class;
 
-FormExternal::FormExternal(ControlExternal & c, Dialogs & d)
-       : base_class(c, d, _("Edit external file"))
+FormExternal::FormExternal()
+       : base_class(_("Edit external file"))
 {}