settings: bind backspace actions also to Ctrl-H

This commit is contained in:
Andrzej Rybczak
2012-08-16 17:07:49 +02:00
parent fbd4a0484e
commit 3750533026
2 changed files with 3 additions and 1 deletions

View File

@@ -133,7 +133,7 @@ std::string Help::DisplayKeys(const ActionType at)
result += " ";
}
}
result.resize(12, ' ');
result.resize(16, ' ');
return result;
}