From a46d7ee8570f3383ab4642eff7b5353a85286f33 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Fri, 19 Oct 2007 17:49:45 +0000 Subject: [PATCH] My bad. Sorry Helge! git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21073 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetCommandParams.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetCommandParams.cpp b/src/insets/InsetCommandParams.cpp index 45201ff203..b27821bcb0 100644 --- a/src/insets/InsetCommandParams.cpp +++ b/src/insets/InsetCommandParams.cpp @@ -186,7 +186,7 @@ std::string InsetCommandParams::getDefaultCmd(InsetCode code) { case INDEX_CODE: return "index"; case INDEX_PRINT_CODE: - return "print_index"; + return "printindex"; case LABEL_CODE: return "label"; case NOMENCL_CODE: -- 2.39.2