mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-25 20:02:33 +03:00
Add a TODO for history context menu
This commit is contained in:
parent
dfc8f5aef4
commit
5b849b1e22
@ -510,6 +510,7 @@ static bool ami_ctxmenu_history(int direction, struct gui_window_2 *gwin, const
|
|||||||
|
|
||||||
IDoMethod(history_root, OM_ADDMEMBER, MStrip,
|
IDoMethod(history_root, OM_ADDMEMBER, MStrip,
|
||||||
MA_Type, T_ITEM,
|
MA_Type, T_ITEM,
|
||||||
|
/* TODO: MA_Label should be in local charset */
|
||||||
MA_Label, browser_window_history_entry_get_title(entry),
|
MA_Label, browser_window_history_entry_get_title(entry),
|
||||||
MA_ID, id,
|
MA_ID, id,
|
||||||
MA_Image, NULL,
|
MA_Image, NULL,
|
||||||
|
Loading…
Reference in New Issue
Block a user