diff options
| author | Dhandapani <dhandapani@gluster.com> | 2011-07-21 18:45:40 +0530 |
|---|---|---|
| committer | Dhandapani <dhandapani@gluster.com> | 2011-07-21 18:46:34 +0530 |
| commit | c8c69632060f398869c3cc8a05d5d4a5045dcbb7 (patch) | |
| tree | a5283353cfe95d2b4112573957f2cd1f0fc9c7ea /src/com.gluster.storage.management.gui/plugin.xml | |
| parent | 33583175385b50dde918cf78c65b13958a01e347 (diff) | |
New Icon changes
Diffstat (limited to 'src/com.gluster.storage.management.gui/plugin.xml')
| -rw-r--r-- | src/com.gluster.storage.management.gui/plugin.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/com.gluster.storage.management.gui/plugin.xml b/src/com.gluster.storage.management.gui/plugin.xml index 147693a6..3f7943ce 100644 --- a/src/com.gluster.storage.management.gui/plugin.xml +++ b/src/com.gluster.storage.management.gui/plugin.xml @@ -939,7 +939,7 @@ allowLabelUpdate="false" class="com.gluster.storage.management.gui.actions.StopTaskAction" definitionId="com.gluster.storage.management.gui.commands.Stop" - icon="icons/tango/32x32/media-playback-stop.png" + icon="icons/tango/32x32/stop.svg" id="com.gluster.storage.management.gui.actions.Stop" label="&Stop Task" menubarPath="com.gluster.storage.management.gui.menu.task/task" @@ -954,7 +954,7 @@ allowLabelUpdate="false" class="com.gluster.storage.management.gui.actions.ResumeTaskAction" definitionId="com.gluster.storage.management.gui.commands.Pause" - icon="icons/tango/32x32/media-playback-start.png" + icon="icons/tango/32x32/start.svg" id="com.gluster.storage.management.gui.actions.Resume" label="&Resume Task" menubarPath="com.gluster.storage.management.gui.menu.task/task" @@ -969,7 +969,7 @@ allowLabelUpdate="false" class="com.gluster.storage.management.gui.actions.PauseTaskAction" definitionId="com.gluster.storage.management.gui.commands.Pause" - icon="icons/tango/32x32/media-playback-pause.png" + icon="icons/tango/32x32/pause.svg" id="com.gluster.storage.management.gui.actions.Pause" label="&Pause Task" menubarPath="com.gluster.storage.management.gui.menu.task/task" |
