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=0c404f876557865fb7361ca458ac90caf41afe19;hp=1e2c4477cd19bcd2bf770c8a0ddbc5cc2c08bdb8;hpb=2198fbadd2105c47ff4cd65d434616ae329802a1;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);