mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-01 14:31:17 +00:00
eclipse plugin: fix icons displayed
This commit is contained in:
parent
f1283fd943
commit
fe28bc259a
@ -83,7 +83,7 @@
|
||||
</category>
|
||||
<view
|
||||
name="Wesnoth View"
|
||||
icon="icons/sample.gif"
|
||||
icon="icons/wesnoth-icon_16.png"
|
||||
category="Wesnoth_Eclipse_Plugin"
|
||||
class="wesnoth_eclipse_plugin.views.SampleView"
|
||||
id="wesnoth_eclipse_plugin.views.SampleView">
|
||||
@ -114,7 +114,7 @@
|
||||
id="wesnoth.eclipse.newWizards">
|
||||
</category>
|
||||
<wizard name="Wesnoth Campaign"
|
||||
icon="icons/sample.gif"
|
||||
icon="icons/wesnoth-icon_16.png"
|
||||
category="wesnoth.eclipse.newWizards"
|
||||
class="wesnoth_eclipse_plugin.wizards.CampaignNewWizard"
|
||||
id="wesnoth_eclipse_plugin.wizards.CampaignNewWizard"
|
||||
@ -129,7 +129,7 @@
|
||||
id="wesnoth.eclipse.newWizards">
|
||||
</category> -->
|
||||
<wizard name="Wesnoth Scenario"
|
||||
icon="icons/sample.gif"
|
||||
icon="icons/wesnoth-icon_16.png"
|
||||
category="wesnoth.eclipse.newWizards"
|
||||
class="wesnoth_eclipse_plugin.wizards.ScenarioNewWizard"
|
||||
id="wesnoth_eclipse_plugin.wizards.ScenarioNewWizard"
|
||||
|
Loading…
x
Reference in New Issue
Block a user