There was a change for icons/iconnamed done on class EpSelection
1. this change needs to be done in epiceas repository as well (?)
2. one call is wrong (EpSelection>>#populateMenu) :
icon: (self iconNamed: #smallSaveAsIcon);
instead of
icon: (self icons iconNamed: #smallSaveAsIcon);