From 0ff9e4bc5889140074fea2e2f4e18632d12f10fa Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Thu, 23 Feb 2012 19:52:19 +0000 Subject: [PATCH] E: Fix timestamp label. SVN revision: 68364 --- src/bin/e_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_main.c b/src/bin/e_main.c index b045edf99..f2b4e66d7 100644 --- a/src/bin/e_main.c +++ b/src/bin/e_main.c @@ -859,7 +859,7 @@ main(int argc, char **argv) e_error_message_show(_("Enlightenment cannot initialize the Icon Cache system.\n")); _e_main_shutdown(-1); } - TS("E_Thumb Init Done"); + TS("E_Icon Init Done"); _e_main_shutdown_push(e_icon_shutdown); TS("E_XSettings Init");