139
R.AddGenreAny('', Edit12.Text);
140
end;
141
if CheckBox7.Checked then
142
R.RootGenre := Edit13.Text;
R.RootGenre.Alias := Edit13.Text;
143
144
Result := R;
145