example - use LC_ALL not LC_MESSAGES for windows examples to build

so they don't need evil anymore. should help vtorri + windows
port/support.
This commit is contained in:
Carsten Haitzler 2019-06-17 09:09:06 +01:00
parent 26ee423f28
commit e6bf359990
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ main(int argc EINA_UNUSED, char *argv[] EINA_UNUSED)
evas_object_show(bg);
ecore_evas_data_set(ee, "background", bg);
setlocale(LC_MESSAGES, "en_US.UTF-8");
setlocale(LC_ALL, "en_US.UTF-8");
edje_obj = edje_object_add(evas);