qulogic/pidgin

998b44b2c5f1
Make the application wide shortcuts work again

This only fixes the menu shortcuts but is a start point for moving many things
to the action based shortcuts.

Testing Done:
Ran the program and verified the shortcuts worked.

Reviewed at https://reviews.imfreedom.org/r/2906/
subdir('reference')
if ENABLE_GTK
configure_file(
input : 'pidgin3.1.in',
output : 'pidgin3.1',
configuration : man_conf,
install : true,
install_dir : get_option('mandir') / 'man1')
endif
if enable_consoleui
configure_file(
input : 'finch3.1.in',
output : 'finch3.1',
configuration : man_conf,
install : true,
install_dir : get_option('mandir') / 'man1')
endif