[DEBUG] add init of etranslate to remove error
This commit is contained in:
parent
e61234d586
commit
f9de81b2fb
@ -8,6 +8,7 @@
|
|||||||
#include <ewol/widget/Manager.hpp>
|
#include <ewol/widget/Manager.hpp>
|
||||||
#include <ewol/context/Context.hpp>
|
#include <ewol/context/Context.hpp>
|
||||||
#include <gale/gale.hpp>
|
#include <gale/gale.hpp>
|
||||||
|
#include <etranslate/etranslate.hpp>
|
||||||
|
|
||||||
#include <gale/context/commandLine.hpp>
|
#include <gale/context/commandLine.hpp>
|
||||||
#include <etk/os/FSNode.hpp>
|
#include <etk/os/FSNode.hpp>
|
||||||
@ -25,6 +26,7 @@ std::string ewol::getVersion() {
|
|||||||
int32_t ewol::run(ewol::context::Application* _application,
|
int32_t ewol::run(ewol::context::Application* _application,
|
||||||
int32_t _argc,
|
int32_t _argc,
|
||||||
const char* _argv[]) {
|
const char* _argv[]) {
|
||||||
|
etranslate::init(_argc, _argv);
|
||||||
return gale::run(new ewol::Context(_application), _argc, _argv);
|
return gale::run(new ewol::Context(_application), _argc, _argv);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user