diff --git a/trunk/About.Designer.cs b/trunk/About.Designer.cs
index 65f1179..1eb81b3 100644
--- a/trunk/About.Designer.cs
+++ b/trunk/About.Designer.cs
@@ -93,10 +93,10 @@ namespace LSLEditor
this.linkLabel1.AutoSize = true;
this.linkLabel1.Location = new System.Drawing.Point(16, 96);
this.linkLabel1.Name = "linkLabel1";
- this.linkLabel1.Size = new System.Drawing.Size(220, 13);
+ this.linkLabel1.Size = new System.Drawing.Size(79, 13);
this.linkLabel1.TabIndex = 1;
this.linkLabel1.TabStop = true;
- this.linkLabel1.Text = "(C) 2006,2007,2008 Alphons van der Heijden";
+ this.linkLabel1.Text = "© 2006 — 2012";
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
//
// button1
diff --git a/trunk/Properties/AssemblyInfo.cs b/trunk/Properties/AssemblyInfo.cs
index 3161e95..670eedc 100644
--- a/trunk/Properties/AssemblyInfo.cs
+++ b/trunk/Properties/AssemblyInfo.cs
@@ -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")]
\ No newline at end of file
+[assembly: AssemblyKeyFile("..\\..\\Resource\\test.snk")]
+[assembly: ComVisibleAttribute(false)]
diff --git a/trunk/Properties/Settings.Designer.cs b/trunk/Properties/Settings.Designer.cs
index cdb6a05..b6fb567 100644
--- a/trunk/Properties/Settings.Designer.cs
+++ b/trunk/Properties/Settings.Designer.cs
@@ -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;
+ }
+ }
}
}
diff --git a/trunk/Properties/Settings.settings b/trunk/Properties/Settings.settings
index 2d5f38e..a514309 100644
--- a/trunk/Properties/Settings.settings
+++ b/trunk/Properties/Settings.settings
@@ -300,7 +300,7 @@
Resource.ToolsOptions.xml
- https://sourceforge.net/tracker/?group_id=319248
+ https://sourceforge.net/projects/lsleditor/
http://www.lsleditor.org/donate.htm
@@ -332,7 +332,7 @@
UTF-8
-
+
UTF-8
diff --git a/trunk/app.config b/trunk/app.config
index f10605e..d4db3af 100644
--- a/trunk/app.config
+++ b/trunk/app.config
@@ -239,6 +239,9 @@
UTF-8
+
+ UTF-8
+
@@ -304,7 +307,7 @@
Resource.ToolsOptions.xml
- https://sourceforge.net/tracker/?group_id=319248
+ https://sourceforge.net/projects/lsleditor/
http://www.lsleditor.org/donate.htm
diff --git a/trunk/lsleditor.csproj b/trunk/lsleditor.csproj
index 6cdf603..eee9626 100644
--- a/trunk/lsleditor.csproj
+++ b/trunk/lsleditor.csproj
@@ -20,8 +20,7 @@
WinExe
LSLEditor
OnBuildSuccess
-
-
+ LSLEditor.LSLEditorForm