Use consistent key display

develop
lethosor 2016-01-04 19:31:57 -05:00
parent bdd4b11e2d
commit 3bcd58fca7
1 changed files with 1 additions and 1 deletions

@ -582,7 +582,7 @@ struct mousequery_hook : public df::viewscreen_dwarfmodest
{
int x = left_margin;
int y = gps->dimy - 2;
OutputToggleString(x, y, "Box Select", "Alt+M", box_designation_enabled,
OutputToggleString(x, y, "Box Select", interface_key::CUSTOM_ALT_M, box_designation_enabled,
true, left_margin, COLOR_WHITE, COLOR_LIGHTRED);
}