Skip to content

Commit

Permalink
Remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Fenton committed Aug 13, 2023
1 parent 39c7594 commit eebeb83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clientgui/BOINCGUIApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ bool CBOINCGUIApp::OnInit() {
if (pTranslations) {
// Get best match from our available translations for automatic detection
defaultLanguageCode = pTranslations->GetBestTranslation(wxT("BOINC-Manager"), wxLANGUAGE_DEFAULT);
// selectedLanguageCode = pTranslations->GetBestTranslation(wxT("BOINC-Manager"), wxLANGUAGE_FRENCH_CHAD);
// Get best match from our available translations for the
// language the user selected from the Other Options dialog
selectedLanguageCode = pTranslations->GetBestTranslation(wxT("BOINC-Manager"), m_strISOLanguageCode);
Expand Down

0 comments on commit eebeb83

Please sign in to comment.