mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fix the message bundle.
This commit is contained in:
parent
97bb50f277
commit
65d2506afb
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ package org.eclipse.cdt.launch.remote;
|
|||
import org.eclipse.osgi.util.NLS;
|
||||
|
||||
public class Messages extends NLS {
|
||||
private static final String BUNDLE_NAME = "org.eclipse.rse.internal.remotecdt.messages"; //$NON-NLS-1$
|
||||
private static final String BUNDLE_NAME = "org.eclipse.cdt.launch.remote.messages"; //$NON-NLS-1$
|
||||
|
||||
public static String Gdbserver_name_textfield_label;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue