Eobj: examples/evas/elw_win - fix the class name.

Thanks to Yakov for letting me know.

SVN revision: 70224
This commit is contained in:
Tom Hacohen 2012-04-16 12:36:27 +00:00
parent 4d8d58fda9
commit 5386de12b8
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ elw_win_class_get(void)
if (_my_class) return _my_class;
static const Eobj_Class_Description class_desc = {
"Elw Box",
"Elw Win",
EOBJ_CLASS_TYPE_REGULAR,
EOBJ_CLASS_DESCRIPTION_OPS(NULL, NULL, 0),
NULL,