Make the warning about $terminal being deprecated an error (Thanks fallen)

next
Michael Stapelberg 2010-02-16 19:25:07 +01:00
parent e78bb02082
commit e225742415
1 changed files with 1 additions and 1 deletions

View File

@ -536,7 +536,7 @@ exec:
terminal:
TOKTERMINAL WHITESPACE STR
{
DLOG("The terminal option is DEPRECATED and has no effect. "
ELOG("The terminal option is DEPRECATED and has no effect. "
"Please remove it from your configuration file.");
}
;