From 6c21d3a31d98e9229ee6d9bd3819a541607e823f Mon Sep 17 00:00:00 2001 From: Vivian Kong Date: Tue, 18 Aug 2009 13:59:39 +0000 Subject: Bug 286888 - externalize strings in o.e.c.dsf.gdb --- dsf-gdb/org.eclipse.cdt.dsf.gdb/plugin.properties | 4 +++- dsf-gdb/org.eclipse.cdt.dsf.gdb/plugin.xml | 17 ++++++++--------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/dsf-gdb/org.eclipse.cdt.dsf.gdb/plugin.properties b/dsf-gdb/org.eclipse.cdt.dsf.gdb/plugin.properties index ae49c94196d..2b77094afc7 100644 --- a/dsf-gdb/org.eclipse.cdt.dsf.gdb/plugin.properties +++ b/dsf-gdb/org.eclipse.cdt.dsf.gdb/plugin.properties @@ -15,6 +15,8 @@ providerName=Eclipse CDT launchDelegate.localApplication.name=GDB (DSF) Create Process launchDelegate.localApplication.description=Start new application under control of GDB debugger integrated using the Debugger Services Framework (DSF). launchDelegate.remoteApplication.name=GDB (DSF) Remote System Process -launchDelegate.remoteApplication.description=Start new application on a remote system under control of GDB debugger integrated using the Debugger Services Framework (DSF) +launchDelegate.remoteApplication.description=Start new application on a remote system under control of GDB debugger integrated using the Debugger Services Framework (DSF). launchDelegate.attach.name=GDB (DSF) Attach to Process launchDelegate.attach.description=Attach the GDB debugger, integrated using the Debugger Services Framework (DSF), to a running program. +launchDelegate.postmortem.name=GDB (DSF) Postmortem Debugger +launchDelegate.postmortem.description=Load an application dump under into the GDB debugger integrated using the Debugger Services Framework (DSF). diff --git a/dsf-gdb/org.eclipse.cdt.dsf.gdb/plugin.xml b/dsf-gdb/org.eclipse.cdt.dsf.gdb/plugin.xml index 14431d7ec88..09769001b37 100644 --- a/dsf-gdb/org.eclipse.cdt.dsf.gdb/plugin.xml +++ b/dsf-gdb/org.eclipse.cdt.dsf.gdb/plugin.xml @@ -2,15 +2,14 @@ - @@ -19,8 +18,8 @@ type="org.eclipse.cdt.launch.applicationLaunchType" modes="debug" delegate="org.eclipse.cdt.dsf.gdb.launching.GdbLaunchDelegate" - name="GDB (DSF) Remote System Process" - delegateDescription="Start new application on a remote system under control of GDB debugger integrated using the Debugger Services Framework (DSF)" + name="%launchDelegate.remoteApplication.name" + delegateDescription="%launchDelegate.remoteApplication.description" sourceLocatorId="org.eclipse.cdt.debug.core.sourceLocator" sourcePathComputerId="org.eclipse.cdt.debug.core.sourcePathComputer"> @@ -29,8 +28,8 @@ type="org.eclipse.cdt.launch.attachLaunchType" modes="debug" delegate="org.eclipse.cdt.dsf.gdb.launching.GdbLaunchDelegate" - name="GDB (DSF) Attach to Process" - delegateDescription="Attach the GDB debugger, integrated using the Debugger Services Framework (DSF), to a running program." + name="%launchDelegate.attach.name" + delegateDescription="%launchDelegate.attach.description" sourceLocatorId="org.eclipse.cdt.debug.core.sourceLocator" sourcePathComputerId="org.eclipse.cdt.debug.core.sourcePathComputer"> @@ -39,8 +38,8 @@ type="org.eclipse.cdt.launch.postmortemLaunchType" modes="debug" delegate="org.eclipse.cdt.dsf.gdb.launching.GdbLaunchDelegate" - name="GDB (DSF) Postmortem Debugger" - delegateDescription="Load an application dump under into the GDB debugger integrated using the Debugger Services Framework (DSF)." + name="%launchDelegate.postmortem.name" + delegateDescription="%launchDelegate.postmortem.description" sourceLocatorId="org.eclipse.cdt.debug.core.sourceLocator" sourcePathComputerId="org.eclipse.cdt.debug.core.sourcePathComputer"> -- cgit v1.2.3