diff options
| author | Shireesh Anjal <anjalshireesh@gmail.com> | 2011-07-20 03:52:36 -0700 |
|---|---|---|
| committer | Shireesh Anjal <anjalshireesh@gmail.com> | 2011-07-20 03:52:36 -0700 |
| commit | 514221382366764763f29f1879268683fd226c39 (patch) | |
| tree | 57d5ef98bdcd7eaa397d5e0f77fb92aeb8583892 /src/com.gluster.storage.management.gui/plugin.xml | |
| parent | 1a86dd92fc0a41f7d99ab20985acf90f28b05c2d (diff) | |
| parent | a0cacab46f572bf6c8a867f2abf3ff37df8591e4 (diff) | |
Merge pull request #124 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 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/com.gluster.storage.management.gui/plugin.xml b/src/com.gluster.storage.management.gui/plugin.xml index f4af7238..1850c93e 100644 --- a/src/com.gluster.storage.management.gui/plugin.xml +++ b/src/com.gluster.storage.management.gui/plugin.xml @@ -99,7 +99,7 @@ allowMultiple="false" category="com.gluster.storage.management.gui.category" class="com.gluster.storage.management.gui.views.VolumeOptionsView" - icon="icons/tango/16x16/settings.png" + icon="icons/tango/16x16/volume-options.png" id="com.gluster.storage.management.gui.views.VolumeOptionsView" name="Volume Options" restorable="true"> @@ -530,7 +530,7 @@ allowLabelUpdate="false" class="com.gluster.storage.management.gui.actions.ResetVolumeOptionsAction" definitionId="com.gluster.storage.management.gui.commands.ResetVolumeOptions" - icon="icons/tango/16x16/settings.png" + icon="icons/tango/32x32/reset-volume-option.svg" id="com.gluster.storage.management.gui.actions.ResetVolumeOptionsAction" label="Reset &Options" menubarPath="com.gluster.storage.management.gui.menu.volume/volume" @@ -855,7 +855,7 @@ allowLabelUpdate="false" class="com.gluster.storage.management.gui.actions.StopTaskAction" definitionId="com.gluster.storage.management.gui.commands.Stop" - icon="icons/stop_task.png" + icon="icons/tango/32x32/media-playback-stop.png" id="com.gluster.storage.management.gui.actions.Stop" label="&Stop Task" menubarPath="com.gluster.storage.management.gui.menu.task/task" @@ -870,7 +870,7 @@ allowLabelUpdate="false" class="com.gluster.storage.management.gui.actions.ResumeTaskAction" definitionId="com.gluster.storage.management.gui.commands.Pause" - icon="icons/start_task.gif" + icon="icons/tango/32x32/media-playback-start.png" id="com.gluster.storage.management.gui.actions.Resume" label="&Resume Task" menubarPath="com.gluster.storage.management.gui.menu.task/task" @@ -885,7 +885,7 @@ allowLabelUpdate="false" class="com.gluster.storage.management.gui.actions.PauseTaskAction" definitionId="com.gluster.storage.management.gui.commands.Pause" - icon="icons/pause_task.png" + icon="icons/tango/32x32/media-playback-pause.png" id="com.gluster.storage.management.gui.actions.Pause" label="&Pause Task" menubarPath="com.gluster.storage.management.gui.menu.task/task" |
