sync with bb-cvs

This commit is contained in:
Dana Jansens 2002-07-26 15:22:24 +00:00
parent d7bf31c5b5
commit d2ab586410

View file

@ -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"));