sync with bb-cvs
This commit is contained in:
parent
d7bf31c5b5
commit
d2ab586410
1 changed files with 1 additions and 1 deletions
|
@ -1771,7 +1771,7 @@ bool BScreen::parseMenuFile(FILE *file, Rootmenu *menu) {
|
|||
break;
|
||||
|
||||
case 421: // exec
|
||||
if (! (*label || *command)) {
|
||||
if (! (*label && *command)) {
|
||||
fprintf(stderr, i18n(ScreenSet, ScreenEXECError,
|
||||
"BScreen::parseMenuFile: [exec] error, "
|
||||
"no menu label and/or command defined\n"));
|
||||
|
|
Loading…
Reference in a new issue