Updating About dialogue

This commit is contained in:
niel-archer 2012-02-25 09:08:03 +00:00
parent c34ba498d1
commit cebc7c655a
6 changed files with 25 additions and 9 deletions

View file

@ -43,6 +43,7 @@
// */
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
//
// General Information about an assembly is controlled through the following
@ -98,4 +99,5 @@ using System.Runtime.CompilerServices;
//
[assembly: AssemblyDelaySign(false)]
//[assembly: AssemblyKeyName("")]
[assembly: AssemblyKeyFile("..\\..\\Resource\\test.snk")]
[assembly: AssemblyKeyFile("..\\..\\Resource\\test.snk")]
[assembly: ComVisibleAttribute(false)]

View file

@ -1123,7 +1123,7 @@ namespace LSLEditor.Properties {
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("https://sourceforge.net/tracker/?group_id=319248")]
[global::System.Configuration.DefaultSettingValueAttribute("https://sourceforge.net/projects/lsleditor/")]
public string ContactUrl {
get {
return ((string)(this["ContactUrl"]));
@ -1228,5 +1228,17 @@ namespace LSLEditor.Properties {
this["OutputFormat"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("UTF-8")]
public string OutputFormat1 {
get {
return ((string)(this["OutputFormat1"]));
}
set {
this["OutputFormat1"] = value;
}
}
}
}

View file

@ -300,7 +300,7 @@
<Value Profile="(Default)">Resource.ToolsOptions.xml</Value>
</Setting>
<Setting Name="ContactUrl" Type="System.String" Scope="Application">
<Value Profile="(Default)">https://sourceforge.net/tracker/?group_id=319248</Value>
<Value Profile="(Default)">https://sourceforge.net/projects/lsleditor/</Value>
</Setting>
<Setting Name="DonateUrl" Type="System.String" Scope="Application">
<Value Profile="(Default)">http://www.lsleditor.org/donate.htm</Value>
@ -332,7 +332,7 @@
<Setting Name="OutputFormat" Type="System.String" Scope="User">
<Value Profile="(Default)">UTF-8</Value>
</Setting>
<Setting Name="OutputFormat" Type="System.String" Scope="User">
<Setting Name="OutputFormat1" Type="System.String" Scope="User">
<Value Profile="(Default)">UTF-8</Value>
</Setting>
</Settings>