Skip to content

Commit

Permalink
Formatting tweak to assist code clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
justinclift committed May 17, 2016
1 parent 2745a72 commit fbfde6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ Application::Application(int& argc, char** argv) :
ok = m_translatorQt->load("qt_" + name, "translations");
if (ok == true)
installTranslator(m_translatorQt);
}
else {
} else {
// Set the correct locale so that the program won't erroneously detect
// a language change when the user toggles settings for the first time.
// (it also prevents the program from always looking for a translation on launch)
Expand Down

0 comments on commit fbfde6e

Please sign in to comment.