mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Duplicate message key.
This commit is contained in:
parent
aaae022798
commit
c9c3a60a1d
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2006-04-18 Mikhail Khodjaiants
|
||||||
|
Duplicate message key.
|
||||||
|
* MIPluginResources.properties
|
||||||
|
* AbstractGDBCDIDebugger.java
|
||||||
|
|
||||||
2006-04-17 Mikhail Khodjaiants
|
2006-04-17 Mikhail Khodjaiants
|
||||||
Breakpoint can be temporary and hardware at the same time.
|
Breakpoint can be temporary and hardware at the same time.
|
||||||
* MIBreakInsert.java
|
* MIBreakInsert.java
|
||||||
|
|
|
@ -147,7 +147,7 @@ abstract public class AbstractGDBCDIDebugger implements ICDIDebugger2 {
|
||||||
protected String renderDebuggerProcessLabel( ILaunch launch ) {
|
protected String renderDebuggerProcessLabel( ILaunch launch ) {
|
||||||
String format = "{0} ({1})"; //$NON-NLS-1$
|
String format = "{0} ({1})"; //$NON-NLS-1$
|
||||||
String timestamp = DateFormat.getInstance().format( new Date( System.currentTimeMillis() ) );
|
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 {
|
try {
|
||||||
IPath path = getGDBPath( launch );
|
IPath path = getGDBPath( launch );
|
||||||
label = path.toOSString();
|
label = path.toOSString();
|
||||||
|
|
|
@ -35,5 +35,5 @@ src.MIInferior.No_session=No MI Session
|
||||||
src.MIInferior.Failed_to_interrupt=Failed to interrupt
|
src.MIInferior.Failed_to_interrupt=Failed to interrupt
|
||||||
|
|
||||||
src.AbstractGDBCDIDebugger.0=Invalid session type:
|
src.AbstractGDBCDIDebugger.0=Invalid session type:
|
||||||
src.AbstractGDBCDIDebugger.0=Debugger Process
|
|
||||||
src.AbstractGDBCDIDebugger.1=Error creating session
|
src.AbstractGDBCDIDebugger.1=Error creating session
|
||||||
|
src.AbstractGDBCDIDebugger.2=Debugger Process
|
||||||
|
|
Loading…
Add table
Reference in a new issue