I have a editor with connection with label and icon associated with
label, GMF runtime use default icons which are in icons/ directory of
emf edit plugin. Then to customize my GMF editor I have replaced all
default icons. But my connections icons are always default icons and by
looking for ImageDescriptor in generated code, only icons for Palette is
fetched from edit plugin icons/ directory. And my PolylineConnectionEx
don't use Image.
Where GMF runtime fetch icons for Connection label icons?