- Localized a few strings, for fun.
This commit is contained in:
Paul Beckingham 2011-05-25 01:13:19 -04:00
parent 62203a45f8
commit 02065c3cdc
8 changed files with 50 additions and 232 deletions

View file

@ -66,7 +66,8 @@ int CmdHelp::execute (const std::string& command_line, std::string& output)
// Sort alphabetically by usage.
std::sort (all.begin (), all.end ());
foreach (name, all)
std::vector <std::string>::iterator name;
for (name = all.begin (); name != all.end (); ++name)
{
row = view.addRow ();
view.set (row, 1, context.commands[*name]->usage ());