]> 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 467b04938bfc03424cc31aa05d94ff55a4ff8573..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