eclipse plugin: Fix bug #17882. Now the WML files...

...Make the defalt encoding UTF-8 so it will support BOM
This commit is contained in:
Timotei Dolean 2011-04-15 16:03:07 +00:00
parent ac087106bd
commit cd29242c7f

View file

@ -790,4 +790,15 @@
class="org.wesnoth.product.ActionWiper">
</startup>
</extension>
<extension
point="org.eclipse.core.contenttype.contentTypes">
<content-type
base-type="org.eclipse.core.runtime.text"
default-charset="UTF-8"
file-extensions="cfg"
id="org.wesnoth.wmlcontent"
name="WML File"
priority="normal">
</content-type>
</extension>
</plugin>