- Localized some more.
This commit is contained in:
Paul Beckingham 2011-06-16 00:42:03 -04:00
parent f971fcd110
commit c7bfba103e
3 changed files with 17 additions and 5 deletions

View file

@ -61,7 +61,7 @@ int Context::getWidth ()
terminal_height = buff[0];
terminal_width = buff[1];
debug (format ("Context::getWidth: determined width of {1} characters", terminal_width));
debug (format (STRING_INTERACTIVE_WIDTH, terminal_width));
}
}
@ -93,7 +93,7 @@ int Context::getHeight ()
terminal_height = buff[0];
terminal_width = buff[1];
debug (format ("Context::getHeight: determined height of {1} characters", terminal_height));
debug (format (STRING_INTERACTIVE_HEIGHT, terminal_height));
}
}