Renamed image to panel

This commit is contained in:
jsalmon3 2003-04-27 22:23:19 +00:00
parent 9c8d992ecd
commit bb847c23b5

View file

@ -2273,7 +2273,7 @@ local SCM CclDefineMenu(SCM list)
value=gh_car(list);
list=gh_cdr(list);
name=gh_scm2newstr(value, NULL);
} else if( gh_eq_p(value,gh_symbol2scm("image")) ) {
} else if( gh_eq_p(value,gh_symbol2scm("panel")) ) {
value=gh_car(list);
list=gh_cdr(list);
if( !gh_eq_p(value,gh_symbol2scm("none")) ) {