Add w32 handler for "activate-link" signal
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 10 Apr 2021 07:03:18 +0000 (09:03 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 10 Apr 2021 07:03:18 +0000 (09:03 +0200)
commitc447cd3622f0c316c0be0eed94667b53634bbb13
tree4e40a3eba2098c4186776f453b893495ae7decb1
parent869ae197e20b5a5761c79f3f719b7602b6d1600b
Add w32 handler for "activate-link" signal

The default activate-link handler for GtkAboutDialog does not seem to work on
w32.  So this change implements a special one.

src/ui/gui/help-menu.c (about-new): Add signal handler
src/ui/gui/help-menu.c