]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/Dialogs.C
Some string(widget->text()) fixes. Weirdness
[lyx.git] / src / frontends / qt2 / Dialogs.C
index 6d7962e9f4c3147560cfa33f052a0ffccec50365..d37054af231cd603f89d225446a70e2bc1e8b505 100644 (file)
@@ -5,7 +5,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author Allan Rae
- * \author Angus Leeming 
+ * \author Angus Leeming
  *
  * Full author contact details are available in file CREDITS
  */
@@ -49,6 +49,7 @@ Dialogs::Impl::Impl(LyXView & lv, Dialogs & d)
          bibtex(lv, d),
          character(lv, d),
          citation(lv, d),
+         document(lv, d),
          error(lv, d),
          ert(lv, d),
          external(lv, d),
@@ -61,11 +62,14 @@ Dialogs::Impl::Impl(LyXView & lv, Dialogs & d)
          minipage(lv, d),
          paragraph(lv, d),
          preamble(lv, d),
+         prefs(lv, d),
          print(lv, d),
          ref(lv, d),
          search(lv, d),
+         sendto(lv, d),
          spellchecker(lv, d),
          tabularcreate(lv, d),
+         tabular(lv, d),
          texinfo(lv, d),
 
 #ifdef HAVE_LIBAIKSAURUS
@@ -74,5 +78,6 @@ Dialogs::Impl::Impl(LyXView & lv, Dialogs & d)
 
          toc(lv, d),
          url(lv, d),
-         vclogfile(lv, d)
+         vclogfile(lv, d),
+         wrap(lv, d)
 {}