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:
parent
99b9b7d5d9
commit
0bf21c5a54
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue