Set articles limit to 50

This commit is contained in:
Georgy Litvinov 2020-10-26 08:54:43 +01:00
parent 434c083f3b
commit 2c7c35297e
2 changed files with 3 additions and 3 deletions

View file

@ -64,7 +64,7 @@ Private Sub makeUpIssue
oViewCursor.jumpToPage(page)
oTextCursor = oViewCursor.Text.createTextCursorByRange(oViewCursor)
statusIndicator.Start(getTranslation("compileJournalIssueStatusInProgerss"),30)
For i = 1 To 25
For i = 1 To 50
'Find section file
FilePath = findArticleFile(path,i)
If FilePath="" Then
@ -1622,4 +1622,4 @@ Function getPageNumber(cursor As Object) As String
End Function
</script:module>
</script:module>