1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 22:22:11 +02:00

Duplicate message key.

This commit is contained in:
Mikhail Khodjaiants 2006-04-18 22:29:16 +00:00
parent aaae022798
commit c9c3a60a1d
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2006-04-18 Mikhail Khodjaiants
Duplicate message key.
* MIPluginResources.properties
* AbstractGDBCDIDebugger.java
2006-04-17 Mikhail Khodjaiants
Breakpoint can be temporary and hardware at the same time.
* MIBreakInsert.java

View file

@ -147,7 +147,7 @@ abstract public class AbstractGDBCDIDebugger implements ICDIDebugger2 {
protected String renderDebuggerProcessLabel( ILaunch launch ) {
String format = "{0} ({1})"; //$NON-NLS-1$
String timestamp = DateFormat.getInstance().format( new Date( System.currentTimeMillis() ) );
String label = MIPlugin.getResourceString( "src.AbstractGDBCDIDebugger.0" ); //$NON-NLS-1$
String label = MIPlugin.getResourceString( "src.AbstractGDBCDIDebugger.2" ); //$NON-NLS-1$
try {
IPath path = getGDBPath( launch );
label = path.toOSString();

View file

@ -35,5 +35,5 @@ src.MIInferior.No_session=No MI Session
src.MIInferior.Failed_to_interrupt=Failed to interrupt
src.AbstractGDBCDIDebugger.0=Invalid session type:
src.AbstractGDBCDIDebugger.0=Debugger Process
src.AbstractGDBCDIDebugger.1=Error creating session
src.AbstractGDBCDIDebugger.2=Debugger Process