mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 15:15:25 +02:00
bug 139286 - Icons are missing in RSE M1
This commit is contained in:
parent
837227c85b
commit
cfa8527eeb
2 changed files with 5 additions and 5 deletions
|
@ -21,7 +21,7 @@ Contributors:
|
|||
point="org.eclipse.ui.views">
|
||||
<view
|
||||
name="%View.RemoteCommands"
|
||||
icon="./icons/full/cview16/commands_view.gif"
|
||||
icon="icons/full/cview16/commands_view.gif"
|
||||
category="org.eclipse.rse.ui.view"
|
||||
class="org.eclipse.rse.shells.ui.view.SystemCommandsViewPart"
|
||||
id="org.eclipse.rse.shells.ui.view.commandsView">
|
||||
|
@ -98,4 +98,4 @@ Contributors:
|
|||
</objectContribution>
|
||||
</extension>
|
||||
|
||||
</plugin>
|
||||
</plugin>
|
||||
|
|
|
@ -743,21 +743,21 @@ Contributors:
|
|||
</category>
|
||||
<view
|
||||
name="%View.RemoteSystems"
|
||||
icon="./icons/full/cview16/system_view.gif"
|
||||
icon="icons/full/cview16/system_view.gif"
|
||||
category="org.eclipse.rse.ui.view"
|
||||
class="org.eclipse.rse.ui.view.SystemViewPart"
|
||||
id="org.eclipse.rse.ui.view.systemView">
|
||||
</view>
|
||||
<view
|
||||
name="%View.Team"
|
||||
icon="./icons/full/cview16/team_view.gif"
|
||||
icon="icons/full/cview16/team_view.gif"
|
||||
category="org.eclipse.rse.ui.view"
|
||||
class="org.eclipse.rse.ui.view.team.SystemTeamViewPart"
|
||||
id="org.eclipse.rse.ui.view.teamView">
|
||||
</view>
|
||||
<view
|
||||
name="%View.RemoteSystemsDetails"
|
||||
icon="./icons/full/cview16/system_view.gif"
|
||||
icon="icons/full/cview16/system_view.gif"
|
||||
category="org.eclipse.rse.ui.view"
|
||||
class="org.eclipse.rse.ui.view.SystemTableViewPart"
|
||||
id="org.eclipse.rse.ui.view.systemTableView">
|
||||
|
|
Loading…
Add table
Reference in a new issue