diff --git a/common/pgm_base.cpp b/common/pgm_base.cpp index 49f9f433d3..c2a0dc95c6 100644 --- a/common/pgm_base.cpp +++ b/common/pgm_base.cpp @@ -709,6 +709,9 @@ bool PGM_BASE::SetLanguage( wxString& aErrMsg, bool first_time ) bool PGM_BASE::SetDefaultLanguage( wxString& aErrMsg ) { + // Suppress error popups from wxLocale + wxLogNull doNotLog; + setLanguageId( wxLANGUAGE_DEFAULT ); // dictionary file name without extend (full name is kicad.mo)