summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-02-14 14:48:41 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-02-14 14:48:41 +0000
commita1beeda9dade5fc125053d1ca5c17a3903c8317f (patch)
tree197d877194602baef8cead9da29da9205c94d3e2 /amiga
parentbb4b6021484672f9204fc437050ac5ca1f69bee9 (diff)
downloadnetsurf-a1beeda9dade5fc125053d1ca5c17a3903c8317f.tar.gz
netsurf-a1beeda9dade5fc125053d1ca5c17a3903c8317f.tar.bz2
Make hotlist buttons show the URL as a HelpHint
Diffstat (limited to 'amiga')
-rw-r--r--amiga/gui.c1
-rw-r--r--amiga/os3support.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index 8dec8ce1c..3d1a87413 100644
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -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);
diff --git a/amiga/os3support.h b/amiga/os3support.h
index c1db0541d..b9498998f 100644
--- a/amiga/os3support.h
+++ b/amiga/os3support.h
@@ -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