From 0b23ce7a9067c8823dcaa7421231c099ef53ff14 Mon Sep 17 00:00:00 2001 From: Camille Letavernier Date: Wed, 30 Apr 2014 17:10:53 +0200 Subject: 430079: [CSS] Papyrus shall provide features to define local theme https://bugs.eclipse.org/bugs/show_bug.cgi?id=430079 - Minor fix on file extensions for images--- .../model/properties/ui/SingleTheme.xwt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/model/properties') diff --git a/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/model/properties/ui/SingleTheme.xwt b/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/model/properties/ui/SingleTheme.xwt index ddcb484a7ef..cb7b2c841c5 100644 --- a/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/model/properties/ui/SingleTheme.xwt +++ b/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/model/properties/ui/SingleTheme.xwt @@ -16,14 +16,16 @@ PNG Icon GIF Icon JPEG Icon + All - *.gif;*.png;*.jpeg + *.gif;*.png;*.jpeg;*.jpg;*.bmp *.png *.gif - *.jpeg + *.jpeg;*.jpg + *.* -- cgit v1.2.3