diff options
-rw-r--r-- | src/bin/edje/edje_cc_handlers.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/edje/edje_cc_handlers.c b/src/bin/edje/edje_cc_handlers.c index 3138300936..7b22c6b069 100644 --- a/src/bin/edje/edje_cc_handlers.c +++ b/src/bin/edje/edje_cc_handlers.c | |||
@@ -12537,8 +12537,8 @@ st_collections_group_programs_program_name(void) | |||
12537 | A list of global signal, that edje provide: | 12537 | A list of global signal, that edje provide: |
12538 | - hold,on; | 12538 | - hold,on; |
12539 | - hold,off; | 12539 | - hold,off; |
12540 | - mounse,in; | 12540 | - mouse,in; |
12541 | - mounse,out; | 12541 | - mouse,out; |
12542 | - mouse,down,N: where N - mouse button number; | 12542 | - mouse,down,N: where N - mouse button number; |
12543 | - mouse,down,N,double: where N - mouse button number; | 12543 | - mouse,down,N,double: where N - mouse button number; |
12544 | - mouse,down,N,triple: where N - mouse button number; | 12544 | - mouse,down,N,triple: where N - mouse button number; |