[DEV] continue removing STL

This commit is contained in:
Edouard DUPIN 2017-09-14 00:59:21 +02:00
parent af2bfb5e0a
commit a1868d7b79

View File

@ -291,7 +291,7 @@ void etranslate::autoDetectLanguage() {
ETRANSLATE_ERROR(" The default locale is '" << globalLocalName << "'");
ETRANSLATE_ERROR(" The user's locale is '" << userLocalName << "'");
ETRANSLATE_ERROR(" A nameless locale is '" << nonameLocalName << "'");
} catch (std::runtime_error e) {
} catch (int e) { // TODO: Do it better etk::RuntimeError e) {
ETRANSLATE_ERROR("Can not get Locals ==> set English ...");
nonameLocalName = "EN";
userLocalName = "EN";