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