Display good page in "goto page" dialogbox

svn path=/trunk/kdegraphics/kpdf/; revision=266331
remotes/origin/kpdf-3.2
Laurent Montel 23 years ago
parent 81c3bb400e
commit 53c758a005
  1. 2
      kpdf/kpdf_part.cpp

@ -162,7 +162,7 @@ void Part::slotGoToPage()
if ( m_doc )
{
bool ok = false;
int num = KInputDialog::getInteger(i18n("Go to Page"), i18n("Page:"), 1,
int num = KInputDialog::getInteger(i18n("Go to Page"), i18n("Page:"), m_currentPage,
1, m_doc->getNumPages(), 1, 10, &ok/*, _part->widget()*/);
if (ok)
goToPage( num );

Loading…
Cancel
Save