box_helpline 28 modules/gui_hexbox.c static char box_helpline[64]; box_helpline 45 modules/gui_hexbox.c sprintf(box_helpline,"\x18\x19\x1b\x1a [SET]:%s [MENU]:%s",lang_str(LANG_MBOX_BTN_OK),lang_str(LANG_MBOX_BTN_CANCEL)); box_helpline 47 modules/gui_hexbox.c int hll = strlen(box_helpline); box_helpline 142 modules/gui_hexbox.c draw_string(x+FONT_WIDTH*2, y+FONT_HEIGHT*4, box_helpline, MAKE_COLOR(COLOR_GREY, COLOR_WHITE));