Open Windows CHM Help from Help menu.

Renable the link between the Menu help command and the locally
installed CHM help file.

This allows the user to acces the appropriate help built for their
specific version rather than the latest version on the Wireshark
web site.

Change-Id: I7bb3d418ba405d6c7614ab6d52f7b0eda843d0de
Reviewed-on: https://code.wireshark.org/review/24276
Petri-Dish: Graham Bloice <graham.bloice@trihedral.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
This commit is contained in:
Graham Bloice 2017-11-07 13:35:34 +00:00
parent dc0e6ccc9f
commit 62e81c5846
1 changed files with 5 additions and 1 deletions

View File

@ -19,7 +19,6 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
set(COMMON_UI_SRC
alert_box.c
capture.c
@ -97,6 +96,11 @@ set_target_properties(ui PROPERTIES
FOLDER "UI"
)
if (HTML_HELP_COMPILER)
add_definitions(-DHHC_DIR)
target_link_libraries(ui Htmlhelp.lib)
endif()
CHECKAPI(
NAME
ui-base