X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=plugins%2Fnet.mograsim.plugin.core%2Fsrc%2Fnet%2Fmograsim%2Fplugin%2FEclipsePreferences.java;h=445cf20927eb14a492eb9abc5cd25adcac1c845b;hb=0eb525202d3c871a2a20f789af1728248f3cff11;hp=1e2c4477cd19bcd2bf770c8a0ddbc5cc2c08bdb8;hpb=ab52c884bb0eea5de4e3266b9ac168791c5cf67c;p=Mograsim.git diff --git a/plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/EclipsePreferences.java b/plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/EclipsePreferences.java index 1e2c4477..445cf209 100644 --- a/plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/EclipsePreferences.java +++ b/plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/EclipsePreferences.java @@ -53,7 +53,7 @@ public class EclipsePreferences extends Preferences RGB rgb = getColorRegistry().getRGB(name); if (rgb == null) { - StatusManager.getManager().handle(new Status(IStatus.ERROR, "net.mograsim.plugin.core", "No color for name " + name)); + StatusManager.getManager().handle(new Status(IStatus.ERROR, MograsimActivator.PLUGIN_ID, "No color for name " + name)); return null; } return new ColorDefinition(rgb.red, rgb.green, rgb.blue);