]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/Dialogs2.C
Some string(widget->text()) fixes. Weirdness
[lyx.git] / src / frontends / qt2 / Dialogs2.C
index 0c5cb49adcce9d179e229f65f06d55656f1f95af..2b1b1ce0cae453c2ed9b40eb9f830838f37b39b1 100644 (file)
@@ -172,12 +172,14 @@ void Dialogs::updateParagraph()
 
 void Dialogs::showPreamble()
 {
-       pimpl_->document.controller().showPreamble();
+       // FIXME
 }
 
 
 void Dialogs::showPreferences()
-{}
+{
+       pimpl_->prefs.controller().show();
+}
 
 
 void Dialogs::showPrint()
@@ -216,12 +218,16 @@ void Dialogs::showSpellchecker()
 }
 
 
-void Dialogs::showTabular(InsetTabular *)
-{}
+void Dialogs::showTabular(InsetTabular * it)
+{
+       pimpl_->tabular.controller().showInset(it);
+}
 
 
-void Dialogs::updateTabular(InsetTabular *)
-{}
+void Dialogs::updateTabular(InsetTabular * it)
+{
+       pimpl_->tabular.controller().updateInset(it); 
+}
 
 
 void Dialogs::showTabularCreate()