Fix text markup in mouse binding config popup

This commit is contained in:
Igor Murzov 2014-08-04 23:24:54 +04:00
parent e2ec390021
commit 21a7370a4d
2 changed files with 8 additions and 8 deletions

View File

@ -5,7 +5,7 @@
#define TEXT_PRESS_MOUSE_BINIDING_SEQUENCE _("Please hold any modifier you want<br>" \
"and press any button on your mouse,<br>or roll a" \
" wheel, to assign mouse binding." \
"<br>Press <hilight>Escape</highlight> to abort.")
"<br>Press <hilight>Escape</hilight> to abort.")
static Eina_Bool
_e_grab_dialog_key_handler(void *data, int type __UNUSED__, Ecore_Event_Key *ev)

View File

@ -7,7 +7,7 @@
#define TEXT_PRESS_MOUSE_BINIDING_SEQUENCE _("Please hold any modifier you want<br>" \
"and press any button on your mouse,<br>or roll a" \
" wheel, to assign mouse binding." \
"<br>Press <hilight>Escape</highlight> to abort.")
"<br>Press <hilight>Escape</hilight> to abort.")
static void *_create_data(E_Config_Dialog *cfd);
static void _free_data(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata);