]> 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 9a58f76f5e2acc1bcb5dbb14ed7d70246f8657f4..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>
 #include "xformsBC.h"
 #include "ControlExternal.h"
 #include "FormExternal.h"
-#include "form_external.h"
+#include "forms/form_external.h"
 #include "gettext.h"
 #include "xforms_helpers.h"
 #include "helper_funcs.h"
 
-typedef FormCB<ControlExternal, FormDB<FD_form_external> > base_class;
+#include "support/lstrings.h"
+#include FORMS_H_LOCATION
+
+typedef FormCB<ControlExternal, FormDB<FD_external> > base_class;
 
-FormExternal::FormExternal(ControlExternal & c)
-       : base_class(c, _("Edit external file"))
+FormExternal::FormExternal()
+       : base_class(_("Edit external file"))
 {}
 
 
@@ -43,7 +48,7 @@ void FormExternal::apply()
 
 void FormExternal::build()
 {
-       dialog_.reset(build_external());
+       dialog_.reset(build_external(this));
 
        string const choice =
                " " + getStringFromVector(controller().getTemplates(), " | ") + " ";