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

@ -2,10 +2,10 @@
#define TEXT_PRESS_KEY_SEQUENCE _("Please press key sequence,<br><br>" \
"or <hilight>Escape</hilight> to abort.")
#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.")
#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</hilight> to abort.")
static Eina_Bool
_e_grab_dialog_key_handler(void *data, int type __UNUSED__, Ecore_Event_Key *ev)

View File

@ -4,10 +4,10 @@
#define EXAMPLE_STRING "example : "
#define E_BINDING_CONTEXT_NUMBER 10
#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.")
#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</hilight> to abort.")
static void *_create_data(E_Config_Dialog *cfd);
static void _free_data(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata);