From b06fdcf93668670b481491dc97f025e6efe5f450 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 11 Feb 2015 13:57:34 +0000 Subject: [build] Allow setting help text URI to be customised via config/branding.h Signed-off-by: Michael Brown --- src/hci/tui/settings_ui.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/hci') diff --git a/src/hci/tui/settings_ui.c b/src/hci/tui/settings_ui.c index b2e019e7..e66abe94 100644 --- a/src/hci/tui/settings_ui.c +++ b/src/hci/tui/settings_ui.c @@ -378,8 +378,7 @@ static void draw_info_row ( struct setting_widget *widget ) { msg ( INFO_ROW, "%s - %s", buf, widget->row.setting.description ); attroff ( A_BOLD ); color_set ( CPAIR_URL, NULL ); - msg ( ( INFO_ROW + 1 ), "http://ipxe.org/cfg/%s", - widget->row.setting.name ); + msg ( ( INFO_ROW + 1 ), PRODUCT_SETTING_URI, widget->row.setting.name ); color_set ( CPAIR_NORMAL, NULL ); } -- cgit v1.2.3-55-g7522