do_file_menu: Correct the order of arguments in SET_MENU_ITEM invocations.
commit19bb5f02d1f457d70e48f0553e195dab6a4832b5
authorKalle Olavi Niemitalo <kon@iki.fi>
Sat, 12 Aug 2006 16:39:45 +0000 (12 19:39 +0300)
committerMiciah Dashiel Butler Masters <miciah@FroodyComp.localdomain>
Sun, 13 Aug 2006 07:37:39 +0000 (13 07:37 +0000)
tree76411d37ffbcde39fc81f89b8c2ff44bb8133e7d
parent75e292efe63c2b33c3bb7669f72fb93992adc8d7
do_file_menu: Correct the order of arguments in SET_MENU_ITEM invocations.

The last two parameters are hotkey_state_ and hotkey_pos_, not vice versa.
This bug did not affect the binary because HKS_SHOW is defined as 0 anyway.
src/dialogs/menu.c