mod: thats start stop not only start

This commit is contained in:
Marcel Hollerbach 2017-10-09 16:08:28 +02:00
parent d27ba73d78
commit 41da42207d
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ e_modapi_init(E_Module *m)
_params, _example, _editable); \
} \
}
ACTION_ADD(start_stop, _toggle_run_mode, "Start", "Toggle key highlight mode", NULL, NULL, EINA_FALSE);
ACTION_ADD(start_stop, _toggle_run_mode, "Start/Stop", "Toggle key highlight mode", NULL, NULL, EINA_FALSE);
ACTION_ADD(start_stop, _increase_fontsize, "Increase Fontsize", "Increase Fontsize", NULL, NULL, EINA_FALSE);
ACTION_ADD(start_stop, _decrease_fontsize, "Decrease Fontsize", "Decrease Fontsize", NULL, NULL, EINA_FALSE);
#undef ACTION_ADD