Fix typo in initialization progress message
This commit is contained in:
@@ -108,7 +108,7 @@ GuiApplication::GuiApplication()
|
||||
m_controllerRackView = new ControllerRackView;
|
||||
displayInitProgress(tr("Preparing project notes"));
|
||||
m_projectNotes = new ProjectNotes;
|
||||
displayInitProgress(tr("Preparing beat/baseline editor"));
|
||||
displayInitProgress(tr("Preparing beat/bassline editor"));
|
||||
m_bbEditor = new BBEditor(Engine::getBBTrackContainer());
|
||||
displayInitProgress(tr("Preparing piano roll"));
|
||||
m_pianoRoll = new PianoRollWindow();
|
||||
@@ -136,4 +136,4 @@ void GuiApplication::displayInitProgress(const QString &msg)
|
||||
// must force a UI update and process events, as there may be long gaps between processEvents() calls during init
|
||||
m_loadingProgressLabel->repaint();
|
||||
qApp->processEvents();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user