mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 06:32:10 +02:00
Add TODO comment for assembling terminal Title with NLS String
This commit is contained in:
parent
2f5b387647
commit
4f2e01fdd8
1 changed files with 2 additions and 0 deletions
|
@ -253,6 +253,8 @@ public class TerminalView extends ViewPart implements ITerminalView, ITerminalLi
|
|||
// display in the content description line.
|
||||
String strConnected = getStateDisplayName(fCtlTerminal.getState());
|
||||
String summary = getSettingsSummary();
|
||||
//TODO Title should use an NLS String and com.ibm.icu.MessageFormat
|
||||
//In order to make the logic of assembling, and the separators, better adapt to foreign languages
|
||||
if(summary.length()>0)
|
||||
summary=summary+" - "; //$NON-NLS-1$
|
||||
String name=fCtlTerminal.getTerminalConnection().getName();
|
||||
|
|
Loading…
Add table
Reference in a new issue