]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/Dialogs.C
Juergen's wrap dialog for Qt
[lyx.git] / src / frontends / qt2 / Dialogs.C
index 6c66c751379cf13aed6fe2cbe73571d06d7c0ace..467b04938bfc03424cc31aa05d94ff55a4ff8573 100644 (file)
@@ -1,11 +1,13 @@
 /**
  * \file qt2/Dialogs.C
  * Copyright 1995 Matthias Ettrich
- * Copyright 1995-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 Allan Rae, rae@lyx.org
- * \author Angus Leeming <leeming@lyx.org>
+ * \author Allan Rae
+ * \author Angus Leeming 
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #include <config.h>
@@ -72,5 +74,6 @@ Dialogs::Impl::Impl(LyXView & lv, Dialogs & d)
 
          toc(lv, d),
          url(lv, d),
-         vclogfile(lv, d)
+         vclogfile(lv, d),
+         wrap(lv, d)
 {}