mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
Remove deprecated function warnings (patch from Thomas FLetcher)
This commit is contained in:
parent
73e5cca874
commit
942d39e28e
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ public class BuildConsoleView extends ViewPart {
|
||||||
initializeContextMenu(parent);
|
initializeContextMenu(parent);
|
||||||
initializeToolBar();
|
initializeToolBar();
|
||||||
|
|
||||||
WorkbenchHelp.setHelp(fTextViewer.getControl(), new ViewContextComputer(this, ICHelpContextIds.CLEAR_CONSOLE_VIEW));
|
WorkbenchHelp.setHelp(fTextViewer.getControl(), ICHelpContextIds.CLEAR_CONSOLE_VIEW);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void initializeWidgetFont(StyledText styledText) {
|
private void initializeWidgetFont(StyledText styledText) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue