]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiMathMatrix.cpp
Complete the removal of the embedding stuff. Maybe. It's hard to be sure we got every...
[lyx.git] / src / frontends / qt4 / GuiMathMatrix.cpp
index 53566e7120946dbb575776f25ecf100d6ec813e7..b7dae78b48be2c7ab5b9e00901509a5e52417548 100644 (file)
@@ -28,10 +28,9 @@ namespace lyx {
 namespace frontend {
 
 GuiMathMatrix::GuiMathMatrix(GuiView & lv)
-       : GuiMath(lv, "mathmatrix")
+       : GuiMath(lv, "mathmatrix", qt_("Math Matrix"))
 {
        setupUi(this);
-       setViewTitle(_("Math Matrix"));
 
        table->setMinimumSize(100, 100);
        rowsSB->setValue(5);