1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

[252068] Removed the "NON-NLS" comment from strings that need to be externalized.

This commit is contained in:
Pawel Piech 2008-11-13 17:15:37 +00:00
parent d427849218
commit cc02a4b710

View file

@ -489,7 +489,7 @@ public class FinalLaunchSequence extends Sequence {
DsfServicesTracker fTracker;
public FinalLaunchSequence(DsfExecutor executor, GdbLaunch launch, SessionType sessionType, boolean attach, IProgressMonitor pm) {
super(executor, pm, "Configuring GDB", "Aborting configuring GDB"); //$NON-NLS-1$//$NON-NLS-2$
super(executor, pm, "Configuring GDB", "Aborting configuring GDB");
fLaunch = launch;
fSessionType = sessionType;
fAttach = attach;