mirror of
https://github.com/rkd77/elinks.git
synced 2025-06-30 22:19:29 -04:00
[dialogs] astr and adesc
This commit is contained in:
parent
bcc911019d
commit
64cc15766d
@ -707,7 +707,7 @@ match_keybinding(struct listbox_item *item, struct terminal *term,
|
|||||||
return LISTBOX_MATCH_IMPOSSIBLE;
|
return LISTBOX_MATCH_IMPOSSIBLE;
|
||||||
|
|
||||||
desc = keybinding_text_toggle
|
desc = keybinding_text_toggle
|
||||||
? action->str : _(action->desc, term);
|
? action->astr : _(action->adesc, term);
|
||||||
|
|
||||||
if ((desc && strcasestr((const char *)desc, (const char *)text)))
|
if ((desc && strcasestr((const char *)desc, (const char *)text)))
|
||||||
return LISTBOX_MATCH_OK;
|
return LISTBOX_MATCH_OK;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user