]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiHSpace.cpp
Fix the warning about the unused msg parameter
[lyx.git] / src / frontends / qt4 / GuiHSpace.cpp
index e2dcfc9961fe87e7a89fccba47d5886c9b37a60b..b00c0b47a0807ab04cfeb74f455fb37b1645b0e8 100644 (file)
@@ -42,6 +42,7 @@ GuiHSpace::GuiHSpace(bool math_mode, QWidget * parent)
 
        spacingCO->clear();
        if (math_mode_) {
+               spacingCO->addItem(qt_("Interword Space"), toqstr("normal"));
                spacingCO->addItem(qt_("Thin Space"), toqstr("thinspace"));
                spacingCO->addItem(qt_("Medium Space"), toqstr("medspace"));
                spacingCO->addItem(qt_("Thick Space"), toqstr("thickspace"));