]> 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 3542ebfdef81af1b967e23c5aaba475e695ab1ac..c639fd9e4735e978c96872bac29c31c4898f4a6b 100644 (file)
@@ -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;
 }