]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiPrintindex.cpp
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / GuiPrintindex.cpp
index ef9e0fac6045f7cae8c5107a65060adef91bc784..c639fd9e4735e978c96872bac29c31c4898f4a6b 100644 (file)
@@ -66,7 +66,7 @@ void GuiPrintindex::updateContents()
 
        indicesCO->clear();
 
-       indicesCO->addItem(qt_("<All indices>"),
+       indicesCO->addItem(qt_("<All indexes>"),
                        QVariant(QString("printall")));
 
        const_iterator const begin = indiceslist.begin();
@@ -114,6 +114,7 @@ bool GuiPrintindex::initialiseParams(string const & data)
        // The name passed with LFUN_INSET_APPLY is also the name
        // used to identify the mailer.
        InsetCommand::string2params("index_print", data, params_);
+       paramsToDialog(params_);
        return true;
 }