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:
parent
d427849218
commit
cc02a4b710
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue