From e064dcfdf47ad062c267aca61eb83b179375422c Mon Sep 17 00:00:00 2001 From: Georgy Litvinov Date: Mon, 11 May 2020 20:02:36 +0200 Subject: [PATCH] New version --- description.xml | 2 +- ePublishing/Books.xba | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/description.xml b/description.xml index 0ddf172..ec9268c 100644 --- a/description.xml +++ b/description.xml @@ -3,7 +3,7 @@ xmlns:dep="http://openoffice.org/extensions/description/2006" xmlns:xlink="http://www.w3.org/1999/xlink"> - + Инструменты для создания электронных изданий diff --git a/ePublishing/Books.xba b/ePublishing/Books.xba index 834847d..eb486ed 100644 --- a/ePublishing/Books.xba +++ b/ePublishing/Books.xba @@ -1,6 +1,6 @@ -Sub markBooks5 +Sub markBooks6 End Sub Sub setUniqPageStyles @@ -82,7 +82,7 @@ Sub setUniqPageStyles EndIf EndIf Next pageCounter - MsgBox getTranslation(allPagesHaveUniqPageStyle) + MsgBox getTranslation("allPagesHaveUniqPageStyle") End Sub Function getDuplicate(duplicateNames() As String) As String