]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt/InsetParamsWidget.cpp
Fix broken Apple speller interface
[features.git] / src / frontends / qt / InsetParamsWidget.cpp
index 86012a7fa97428bd67b875b55f48c334db0ac137..9f6d4eeb574db29ec51b0b6c761e3a457cb414c0 100644 (file)
@@ -13,6 +13,7 @@
 
 #include "InsetParamsWidget.h"
 
+#include "insets/Inset.h"
 #include "qt_helpers.h"
 
 #include <QLineEdit>
@@ -42,9 +43,9 @@ bool CheckedWidget::check() const
 }
 
 
-
-InsetParamsWidget::InsetParamsWidget(QWidget * parent) : QWidget(parent)
+QString InsetParamsWidget::dialogTitle() const
 {
+       return toqstr(insetName(insetCode()));
 }