1
0
Fork 0
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:
Doug Schaefer 2009-03-16 15:09:06 +00:00
parent 97bb50f277
commit 65d2506afb

View file

@ -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;