mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
put a ':' after the title
This commit is contained in:
parent
7cdfc7d034
commit
9da0e88f19
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ public class TerminalView extends ViewPart implements ITerminalView, ITerminalLi
|
|||
String strConnected = getStateDisplayName(fCtlTerminal.getState());
|
||||
String status=""; //$NON-NLS-1$
|
||||
status=fCtlTerminal.getStatusString(strConnected);
|
||||
strTitle = ViewMessages.PROP_TITLE + status;
|
||||
strTitle = ViewMessages.PROP_TITLE + ": "+ status; //$NON-NLS-1$
|
||||
}
|
||||
|
||||
setContentDescription(strTitle);
|
||||
|
|
Loading…
Add table
Reference in a new issue