mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 23:25:26 +02:00
[178599] fix bundle name
This commit is contained in:
parent
784ddc39ce
commit
0925b3dbd9
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ import org.eclipse.osgi.util.NLS;
|
|||
|
||||
public class SystemPropertyResources extends NLS
|
||||
{
|
||||
private static String BUNDLE_NAME = "org.eclipse.internal.rse.ui.SystemPropertyResources";//$NON-NLS-1$
|
||||
private static String BUNDLE_NAME = "org.eclipse.rse.internal.ui.SystemPropertyResources";//$NON-NLS-1$
|
||||
|
||||
// ------------------------------
|
||||
// PROPERTY SHEET VALUES
|
||||
|
|
Loading…
Add table
Reference in a new issue