- Eliminated StringTable.{h,cpp}.
- Eliminated strings.<locale> files.  This is not the way to do it.
This commit is contained in:
Paul Beckingham 2011-03-27 02:06:09 -04:00
parent 3cccdf722e
commit c502f0216a
24 changed files with 99 additions and 807 deletions

View file

@ -96,7 +96,7 @@ int main (int argc, char** argv)
catch (...)
{
std::cerr << context.stringtable.get (100, "Unknown error.") << "\n";
std::cerr << "Unknown error." << "\n";
return -2;
}