diff --git a/source/frontend/carla_widgets.py b/source/frontend/carla_widgets.py index 2ede78624..b2317cb5e 100755 --- a/source/frontend/carla_widgets.py +++ b/source/frontend/carla_widgets.py @@ -157,9 +157,9 @@ class CarlaAboutW(QDialog): "")) self.ui.l_vst2.setText(self.tr("About 85% complete (missing vst bank/presets and some minor stuff)")) - # 2nd tab is usually longer than the 1st + # 3rd tab is usually longer than the 1st # adjust appropriately - self.ui.tabWidget.setCurrentIndex(1) + self.ui.tabWidget.setCurrentIndex(2) self.adjustSize() self.ui.tabWidget.setCurrentIndex(0)