mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
Change-Id: I130139bc6f3f711976f988b150400f822f23bea8
This commit is contained in:
parent
0ca137e854
commit
67c048d5cc
1 changed files with 2 additions and 1 deletions
|
@ -277,7 +277,8 @@ public class TabFolderManager extends PlatformObject implements ISelectionProvid
|
||||||
try {
|
try {
|
||||||
terminal.setEncoding(encoding);
|
terminal.setEncoding(encoding);
|
||||||
} catch (UnsupportedEncodingException e) {
|
} catch (UnsupportedEncodingException e) {
|
||||||
/* ignored on purpose */ }
|
/* ignored on purpose */
|
||||||
|
}
|
||||||
// Associated the terminal with the tab item
|
// Associated the terminal with the tab item
|
||||||
item.setData(terminal);
|
item.setData(terminal);
|
||||||
// Associated the custom data node with the tab item (if any)
|
// Associated the custom data node with the tab item (if any)
|
||||||
|
|
Loading…
Add table
Reference in a new issue