Fix missing newline and update Readme.html

develop
Alexander Gavrilov 2014-05-11 16:05:00 +04:00
parent ce7a5cd2e5
commit e829b2eea4
2 changed files with 371 additions and 315 deletions

File diff suppressed because it is too large Load Diff

@ -326,7 +326,7 @@ static command_result rendermax(color_ostream &out, vector <string> & parameters
return CR_WRONG_USAGE;
if(!df::global::enabler->renderer->uses_opengl())
{
out.printerr("Sorry, this plugin needs open gl enabled printmode. Try STANDARD or other non-2d");
out.printerr("Sorry, this plugin needs open gl enabled printmode. Try STANDARD or other non-2D\n");
return CR_FAILURE;
}
string cmd=parameters[0];