Wxwidgets: Increase number of autohold slots (in case more are needed)

This commit is contained in:
Ilari Liusvaara 2012-01-20 23:03:01 +02:00
parent 3578394e70
commit 4006919340

View file

@ -57,7 +57,7 @@ enum
wxID_READONLY_MODE,
wxID_EDIT_AUTHORS,
wxID_AUTOHOLD_FIRST,
wxID_AUTOHOLD_LAST = wxID_AUTOHOLD_FIRST + 127,
wxID_AUTOHOLD_LAST = wxID_AUTOHOLD_FIRST + 1023,
wxID_EDIT_AXES,
wxID_EDIT_SETTINGS,
wxID_EDIT_KEYBINDINGS,