Skip to content

Commit 9fc730c

Browse files
committed
Set the fluorescence spectroscopy icon.
1 parent 152a0b9 commit 9fc730c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

chemclipse/plugins/org.eclipse.chemclipse.ux.extension.ui/src/org/eclipse/chemclipse/ux/extension/ui/provider/DataExplorerLabelProvider.java

+3
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,9 @@ private ImageDescriptor getImageDescriptor(ISupplierFileIdentifier supplierFileI
178178
case ISupplierFileIdentifier.TYPE_SCAN_VSD:
179179
descriptor = ApplicationImageFactory.getInstance().getImageDescriptor(IApplicationImage.IMAGE_SCAN_VSD, IApplicationImageProvider.SIZE_16x16);
180180
break;
181+
case ISupplierFileIdentifier.TYPE_SCAN_FSD:
182+
descriptor = ApplicationImageFactory.getInstance().getImageDescriptor(IApplicationImage.IMAGE_SCAN_FSD, IApplicationImageProvider.SIZE_16x16);
183+
break;
181184
case ISupplierFileIdentifier.TYPE_PCR:
182185
descriptor = ApplicationImageFactory.getInstance().getImageDescriptor(IApplicationImage.IMAGE_PLATE_PCR, IApplicationImageProvider.SIZE_16x16);
183186
break;

0 commit comments

Comments
 (0)