]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormSendto.C
fix crash with "save as"
[lyx.git] / src / frontends / xforms / FormSendto.C
index 11050fbfa3da12b9f63b97579fad3cadef23e58a..c226dd5b4d84ad4f98b25a75ab2486acca153fd2 100644 (file)
@@ -1,9 +1,11 @@
-/*
+/**
  * \file FormSendto.C
- * Copyright 2002 the LyX Team
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * \author Angus Leeming, a.leeming@ic.ac.uk
+ * \author Angus Leeming 
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #include <config.h>
@@ -26,8 +28,8 @@ using std::vector;
 
 typedef FormCB<ControlSendto, FormDB<FD_sendto> > base_class;
 
-FormSendto::FormSendto(ControlSendto & c, Dialogs & d)
-       : base_class(c, d, _("Send document to command"))
+FormSendto::FormSendto()
+       : base_class(_("Send document to command"))
 {}