From 891aa33edd8fcb58c791402fa13493a161109c31 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: May 30 2011 01:39:49 +0000 Subject: Update Backends/Texinfo/texinfo_editEntry.sh. --- diff --git a/Scripts/Functions/Help/Backends/Texinfo/texinfo_editEntry.sh b/Scripts/Functions/Help/Backends/Texinfo/texinfo_editEntry.sh index b965a28..dfabfe6 100755 --- a/Scripts/Functions/Help/Backends/Texinfo/texinfo_editEntry.sh +++ b/Scripts/Functions/Help/Backends/Texinfo/texinfo_editEntry.sh @@ -37,14 +37,14 @@ function texinfo_editEntry { cli_printMessage "`gettext "Do you want to continue?"`" --as-yesornorequest-line # Update manual chapter related files. - texinfo_updateChaptersFiles + ${FLAG_BACKEND}_updateChaptersFiles # Update manual chapter related menu. - texinfo_updateChaptersMenu + ${FLAG_BACKEND}_updateChaptersMenu # Update manual chapter related nodes (based on chapter # related menu). - texinfo_updateChaptersNodes + ${FLAG_BACKEND}_updateChaptersNodes fi