- if( m_PageBreaks.GetCount() > wxHTML_PRINT_MAX_PAGES)
- {
- wxMessageBox( _("HTML pagination algorithm generated more than the allowed maximum number of pages and it can't continue any longer!"),
- _("Warning"), wxCANCEL | wxICON_ERROR );
- break;
- }