]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormLog.C
Yet more dialog tweaking from Rob.
[lyx.git] / src / frontends / xforms / FormLog.C
index 194fc2a96edefe2416603febf5dd79329e13bd55..c395ddd4019d92300dff1bb9bccb468b8e38ae96 100644 (file)
@@ -1,21 +1,28 @@
-/* FormLog.C
- * (C) 2001 LyX Team
- * John Levon, moz@compsoc.man.ac.uk
+/**
+ * \file FormLog.C
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author John Levon
+ *
+ * Full author contact details are available in file CREDITS
  */
 
+#include <config.h>
+
 #ifdef __GNUG__
 #pragma implementation
 #endif
 
-#include <config.h>
 #include "xformsBC.h"
 #include "ControlLog.h"
 #include "FormLog.h"
-#include "form_browser.h"
+#include "forms/form_browser.h"
 #include "gettext.h"
+#include FORMS_H_LOCATION
 
-FormLog::FormLog(ControlLog & c)
-       : FormCB<ControlLog, FormBrowser>(c, _("LaTeX Log"))
+FormLog::FormLog()
+       : FormCB<ControlLog, FormBrowser>( _("LaTeX Log"))
 {}