Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Ross2013-03-15 15:24:14 +0000
committerJohn Ross2013-03-15 15:24:14 +0000
commitf9dd8a4adc0c1d014de7b3d47e46b1597a137ecb (patch)
treed6f9805855895872add86e4e7741ff518a03cc55 /bundles/org.eclipse.equinox.coordinator
parentd897e725b159e64900c667cfdf3f2ec9a7a0bee9 (diff)
downloadrt.equinox.bundles-f9dd8a4adc0c1d014de7b3d47e46b1597a137ecb.tar.gz
rt.equinox.bundles-f9dd8a4adc0c1d014de7b3d47e46b1597a137ecb.tar.xz
rt.equinox.bundles-f9dd8a4adc0c1d014de7b3d47e46b1597a137ecb.zip
Bug 403484 - [coordinator] NLS missing message: Error in: org.eclipse.equinox.internal.event.LogMessages
Corrected the properties file name.
Diffstat (limited to 'bundles/org.eclipse.equinox.coordinator')
-rw-r--r--bundles/org.eclipse.equinox.coordinator/src/org/eclipse/equinox/coordinator/LogTrackerMsg.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.coordinator/src/org/eclipse/equinox/coordinator/LogTrackerMsg.java b/bundles/org.eclipse.equinox.coordinator/src/org/eclipse/equinox/coordinator/LogTrackerMsg.java
index 33ea3d0d1..38fb53178 100644
--- a/bundles/org.eclipse.equinox.coordinator/src/org/eclipse/equinox/coordinator/LogTrackerMsg.java
+++ b/bundles/org.eclipse.equinox.coordinator/src/org/eclipse/equinox/coordinator/LogTrackerMsg.java
@@ -13,7 +13,7 @@ package org.eclipse.equinox.coordinator;
import org.eclipse.osgi.util.NLS;
public class LogTrackerMsg extends NLS {
- private static final String BUNDLE_NAME = "org.eclipse.equinox.internal.event.LogMessages"; //$NON-NLS-1$
+ private static final String BUNDLE_NAME = "org.eclipse.equinox.coordinator.LogMessages"; //$NON-NLS-1$
public static String Unknown_Log_level;
public static String Info;

Back to the top