1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-09 18:15:23 +02:00

Add missing strings for Run launch delegate.

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
This commit is contained in:
Marc Khouzam 2017-01-25 10:57:06 -05:00 committed by Gerrit Code Review @ Eclipse.org
parent 1b164b5d87
commit 05dde8b06c

View file

@ -12,6 +12,8 @@
pluginName=C/C++ Development Tools Launching Support pluginName=C/C++ Development Tools Launching Support
providerName=Eclipse CDT providerName=Eclipse CDT
LocalCDTLaunch.name=Run Process
LocalCDTLaunch.description=Execute the specified process
LaunchGroup.name=Launch Group LaunchGroup.name=Launch Group
LaunchGroup.description=Launch several other configurations sequentially LaunchGroup.description=Launch several other configurations sequentially