yakov pushed a commit to branch master. http://git.enlightenment.org/tools/erigo.git/commit/?id=a57f9ad8c051db777bd3317f3582b53fa32e1891
commit a57f9ad8c051db777bd3317f3582b53fa32e1891 Author: Yakov Goldberg <yako...@samsung.com> Date: Thu Feb 19 13:24:43 2015 +0200 Change 'egui' to 'Erigo' in error message --- src/bin/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/main.c b/src/bin/main.c index 158eae2..176b482 100644 --- a/src/bin/main.c +++ b/src/bin/main.c @@ -245,7 +245,7 @@ main(int argc, char **argv) if (!egui_init(PACKAGE_DATA_DIR"/config/func_names.json", PACKAGE_DATA_DIR"/config/egui_all.eo")) { - EINA_LOG_ERR("Could not start egui"); + EINA_LOG_ERR("Could not start Erigo"); egui_shutdown(); return 1; } --