Skip to content

Commit

Permalink
Fix typo in initialization progress message
Browse files Browse the repository at this point in the history
  • Loading branch information
Wallacoloo committed Apr 18, 2015
1 parent 3736dd5 commit a9d49ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/GuiApplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down Expand Up @@ -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();
}
}

0 comments on commit a9d49ed

Please sign in to comment.