fix show ext index dialog action, was opening wrong tab

This commit is contained in:
Jean-Francois Dockes 2012-03-08 16:18:41 +01:00
parent 2c5e51fb1f
commit a34568e1cc

View File

@ -977,7 +977,7 @@ void RclMain::showExtIdxDialog()
// Close and reopen, in hope that makes us visible...
uiprefs->close();
}
uiprefs->tabWidget->setCurrentIndex(2);
uiprefs->tabWidget->setCurrentIndex(3);
uiprefs->show();
}