]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormUrl.C
fix crash with "save as"
[lyx.git] / src / frontends / xforms / FormUrl.C
index 823c8760af1b61d7dd075077acff27794b4996b1..fd198066cf5652de294a54fc805e16146fb96a7b 100644 (file)
@@ -1,9 +1,11 @@
 /**
  * \file xforms/FormUrl.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 Angus Leeming, a.leeming@ic.ac.uk
+ * \author Angus Leeming 
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 
@@ -21,8 +23,8 @@
 
 typedef FormCB<ControlUrl, FormDB<FD_url> > base_class;
 
-FormUrl::FormUrl(ControlUrl & c, Dialogs & d)
-       : base_class(c, d, _("Url"))
+FormUrl::FormUrl()
+       : base_class(_("Url"))
 {}