mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 09:25:31 +02:00
[178599] fixing bundle name
This commit is contained in:
parent
db16b6ca7d
commit
d62f913957
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ import org.eclipse.osgi.util.NLS;
|
|||
|
||||
public class ConnectorServiceResources extends NLS
|
||||
{
|
||||
private static String BUNDLE_NAME = "org.eclipse.rse.connectorservice.dstore.ConnectorServiceResources";//$NON-NLS-1$
|
||||
private static String BUNDLE_NAME = "org.eclipse.rse.internal.connectorservice.dstore.ConnectorServiceResources";//$NON-NLS-1$
|
||||
|
||||
public static String DStore_ConnectorService_Label;
|
||||
public static String DStore_ConnectorService_Description;
|
||||
|
|
Loading…
Add table
Reference in a new issue