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

Commit 6fc6c3c671
mistakenly removed the
two strings that were being used for the Run launch delegate. We
haven't noticed because we only have one Run launch delegate and
therefore its name does not end up being shown in most cases.
However, by going to Preferences->Run/Debug->Perspectives and then
expanding the C/C++ Application launch configuration type, the Run
delegate is shown with a missing string.
Change-Id: I2435097b0a13efd21ef3da01e2d4969d231a6f97
29 lines
1.1 KiB
Properties
29 lines
1.1 KiB
Properties
###############################################################################
|
|
# Copyright (c) 2005, 2010 QNX Software Systems and others.
|
|
# All rights reserved. This program and the accompanying materials
|
|
# are made available under the terms of the Eclipse Public License v1.0
|
|
# which accompanies this distribution, and is available at
|
|
# http://www.eclipse.org/legal/epl-v10.html
|
|
#
|
|
# Contributors:
|
|
# QNX Software Systems Ltd. - Initial implementation
|
|
# IBM Corporation
|
|
###############################################################################
|
|
pluginName=C/C++ Development Tools Launching Support
|
|
providerName=Eclipse CDT
|
|
|
|
LocalCDTLaunch.name=Run Process
|
|
LocalCDTLaunch.description=Execute the specified process
|
|
LaunchGroup.name=Launch Group
|
|
LaunchGroup.description=Launch several other configurations sequentially
|
|
|
|
MainLaunchTab.name=Main
|
|
ArgumentsLaunchTab.name=Arguments
|
|
EnvironmentLaunchTab.name=Environment
|
|
SourceLookupLaunchTab.name=Source
|
|
CommonLaunchTab.name=Common
|
|
RefreshLaunchTab.name=Refresh
|
|
|
|
resourceRenameParticipant.name=C/C++ Launch Configuration Rename Participant
|
|
|
|
launchConfigAffinity.name = CDT Launch Config Affinity
|