1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 14:55:41 +02:00

[216252] fix bundle name

This commit is contained in:
David McKnight 2008-02-21 18:17:09 +00:00
parent 99b9b7d5d9
commit 0bf21c5a54

View file

@ -17,7 +17,7 @@ import org.eclipse.osgi.util.NLS;
public class SubSystemResources extends NLS {
private static String BUNDLE_NAME = "org.eclipse.rse.internal.ui.subsystems";//$NON-NLS-1$
private static String BUNDLE_NAME = "org.eclipse.rse.internal.ui.subsystems.SubSystemResources";//$NON-NLS-1$
public static String MSG_CONNECT_CANCELED;
public static String MSG_CONNECT_PROGRESS;