Make hotlist buttons show the URL as a HelpHint

This commit is contained in:
Chris Young 2016-02-14 14:48:41 +00:00
parent bb4b602148
commit a1beeda9da
2 changed files with 2 additions and 0 deletions

View File

@ -3147,6 +3147,7 @@ static bool ami_gui_hotlist_add(void *userdata, int level, int item, const char
speed_button_node = AllocSpeedButtonNode(item,
SBNA_Image, lab_item,
SBNA_HintInfo, nsurl_access(url),
SBNA_UserData, (void *)url,
TAG_DONE);

View File

@ -80,6 +80,7 @@
#define IA_Label TAG_IGNORE
#define SA_Compositing TAG_IGNORE
#define SBNA_Text TAG_IGNORE
#define SBNA_HintInfo TAG_IGNORE
#define TNA_CloseGadget TAG_IGNORE
#define TNA_HintInfo TAG_IGNORE
#define WA_ContextMenuHook TAG_IGNORE