1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-10 12:03:16 +02:00

Bug 139286 - fix icons for Perspective and Launch shell action

This commit is contained in:
Martin Oberhuber 2006-06-30 07:46:48 +00:00
parent c4ba637e1a
commit 7e32291739
2 changed files with 4 additions and 4 deletions

View file

@ -79,7 +79,7 @@ Contributors:
</visibility>
<action
label="%Launch_Shell"
icon="./icons/full/obj16/systemshell.gif"
icon="icons/full/obj16/systemshell.gif"
tooltip="%Launch_Shell_Tooltip"
class="org.eclipse.rse.shells.ui.actions.LaunchShellActionDelegate"
enablesFor="1"
@ -88,7 +88,7 @@ Contributors:
<!--
<action
label="test command"
icon="./icons/full/obj16/systemshell.gif"
icon="icons/full/obj16/systemshell.gif"
tooltip="%Launch_Shell_Tooltip"
class="org.eclipse.rse.shells.ui.actions.LaunchCommandActionDelegate"
enablesFor="1"

View file

@ -767,7 +767,7 @@ Contributors:
<!-- Remote Error List being commented out
<view
name="%View.RemoteErrorList"
icon="./icons/full/cview16/errorlist_view.gif"
icon="icons/full/cview16/errorlist_view.gif"
category="org.eclipse.rse.ui.view"
class="org.eclipse.rse.ui.view.commands.SystemBuildErrorViewPart"
id="org.eclipse.rse.ui.view.buildErrorView">
@ -795,7 +795,7 @@ Contributors:
point="org.eclipse.ui.perspectives">
<perspective
name="%Perspective.Explorer"
icon="./icons/full/cview16/system_persp.gif"
icon="icons/full/cview16/system_persp.gif"
class="org.eclipse.rse.ui.view.SystemPerspectiveLayout"
id="org.eclipse.rse.ui.view.SystemPerspective">
</perspective>