From eebeb832183a3899e4cf55ed92259975ea51b7a9 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Sat, 12 Aug 2023 23:49:34 -0700 Subject: [PATCH] Remove test code --- clientgui/BOINCGUIApp.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/clientgui/BOINCGUIApp.cpp b/clientgui/BOINCGUIApp.cpp index 0cc2ff40a44..fcf935c050f 100644 --- a/clientgui/BOINCGUIApp.cpp +++ b/clientgui/BOINCGUIApp.cpp @@ -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);