Some over looked updates needed for changes to defaults.
This commit is contained in:
parent
3ff70fffd7
commit
319d90be7c
2 changed files with 6 additions and 3 deletions
|
@ -332,5 +332,8 @@
|
|||
<Setting Name="OutputFormat" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">UTF-8</Value>
|
||||
</Setting>
|
||||
<Setting Name="OutputFormat" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">UTF-8</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
|
@ -185,9 +185,6 @@
|
|||
<setting name="SvnPassword" serializeAs="String">
|
||||
<value />
|
||||
</setting>
|
||||
<setting name="OutputFormat" serializeAs="String">
|
||||
<value>UTF-8</value>
|
||||
</setting>
|
||||
<setting name="ShowSolutionExplorer" serializeAs="String">
|
||||
<value>False</value>
|
||||
</setting>
|
||||
|
@ -239,6 +236,9 @@
|
|||
<setting name="VersionControlSVN" serializeAs="String">
|
||||
<value>True</value>
|
||||
</setting>
|
||||
<setting name="OutputFormat" serializeAs="String">
|
||||
<value>UTF-8</value>
|
||||
</setting>
|
||||
</LSLEditor.Properties.Settings>
|
||||
</userSettings>
|
||||
<applicationSettings>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue