From 05dde8b06cd2150db61937c528e8c3d0081e618f Mon Sep 17 00:00:00 2001 From: Marc Khouzam Date: Wed, 25 Jan 2017 10:57:06 -0500 Subject: [PATCH] Add missing strings for Run launch delegate. Commit 6fc6c3c67169d6f5bb6ab1a8336cb06a9320cad0 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 --- launch/org.eclipse.cdt.launch/plugin.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/launch/org.eclipse.cdt.launch/plugin.properties b/launch/org.eclipse.cdt.launch/plugin.properties index f555bb8f45f..3aa3a94ddbf 100644 --- a/launch/org.eclipse.cdt.launch/plugin.properties +++ b/launch/org.eclipse.cdt.launch/plugin.properties @@ -12,6 +12,8 @@ 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