tools/errmsg: minor fixes
This commit is contained in:
parent
a62d3da857
commit
0ac9d34d70
|
@ -45,7 +45,7 @@ public:
|
|||
if (! _par1.empty())
|
||||
ostr << "const std::string &" << _par1;
|
||||
ostr << ") const\n";
|
||||
ostr << " { return " << msg("\"") << "; }" << std::endl;
|
||||
ostr << " { return " << msg(true) << "; }" << std::endl;
|
||||
|
||||
// Settings..
|
||||
ostr << std::endl;
|
||||
|
@ -69,7 +69,7 @@ public:
|
|||
{
|
||||
if ( _settings == i )
|
||||
{
|
||||
ostr << msg("") << std::endl;
|
||||
ostr << " " << msg(false) << std::endl;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue