]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormShowFile.C
Yet more dialog tweaking from Rob.
[lyx.git] / src / frontends / xforms / FormShowFile.C
index 9e1f22f196745b72fe80c7418cfb6bf243eb8e36..1633bad954dbb2c3dc79dfe21c4444c8a27dd234 100644 (file)
@@ -1,9 +1,11 @@
 /**
  * \file FormShowFile.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 Herbert Voss, voss@perce.de
+ * \author Herbert Voss
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #include <config.h>
 #include "xformsBC.h"
 #include "ControlShowFile.h"
 #include "FormShowFile.h"
-#include "form_browser.h"
+#include "forms/form_browser.h"
 #include "gettext.h"
+#include FORMS_H_LOCATION
+
 
-FormShowFile::FormShowFile(ControlShowFile & c)
-       : FormCB<ControlShowFile, FormBrowser>(c, string())
+FormShowFile::FormShowFile()
+       : FormCB<ControlShowFile, FormBrowser>(string())
 {}