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:
parent
1b164b5d87
commit
05dde8b06c
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue