diff options
| author | Shireesh Anjal <anjalshireesh@gmail.com> | 2011-07-21 06:25:56 -0700 |
|---|---|---|
| committer | Shireesh Anjal <anjalshireesh@gmail.com> | 2011-07-21 06:25:56 -0700 |
| commit | 20e5a7311a7a25b438896b5b0347fb605008f89f (patch) | |
| tree | 13c94efcd04d3d03e123642d96d8c027b3d3a7f0 /src/com.gluster.storage.management.gui/plugin.xml | |
| parent | 950cc1ef99289a88f8df11821017cdc8af663792 (diff) | |
| parent | c8c69632060f398869c3cc8a05d5d4a5045dcbb7 (diff) | |
Merge pull request #135 from Dhandapani/master
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" |
