diff --git a/trunk/Decompressor/Decompress.cs b/trunk/Decompressor/Decompress.cs index 1b6679f..8249bc8 100644 --- a/trunk/Decompressor/Decompress.cs +++ b/trunk/Decompressor/Decompress.cs @@ -47,6 +47,7 @@ using System.IO.Compression; using System.Security.Cryptography; + namespace LSLEditor.Decompressor { public class MD5Verify @@ -61,7 +62,6 @@ namespace LSLEditor.Decompressor } } - public sealed class Gzip { public static void Decompress(Stream inStream, Stream outStream) diff --git a/trunk/LSLEditorForm.cs b/trunk/LSLEditorForm.cs index 905ea4a..953101e 100644 --- a/trunk/LSLEditorForm.cs +++ b/trunk/LSLEditorForm.cs @@ -994,7 +994,7 @@ namespace LSLEditor // this.panel1.Visible = false; // Simulator // this.panel2.Visible = false; // right pane - string strVersion = Properties.Settings.Default.Version; + //string strVersion = Properties.Settings.Default.Version; Size size = Properties.Settings.Default.LSLEditorSize; Point location = Properties.Settings.Default.LSLEditorLocation; diff --git a/trunk/Properties/Resources.Designer.cs b/trunk/Properties/Resources.Designer.cs index 6f5f319..d51f674 100644 --- a/trunk/Properties/Resources.Designer.cs +++ b/trunk/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.225 +// Runtime Version:4.0.30319.261 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/trunk/Properties/Settings.Designer.cs b/trunk/Properties/Settings.Designer.cs index 4b342fe..e6192fd 100644 --- a/trunk/Properties/Settings.Designer.cs +++ b/trunk/Properties/Settings.Designer.cs @@ -1067,15 +1067,6 @@ namespace LSLEditor.Properties { } } - [global::System.Configuration.ApplicationScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("http://lsleditor.sourceforge.net/check4update.php?")] - public string Update { - get { - return ((string)(this["Update"])); - } - } - [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("http://www.lsleditor.org/examples/")] @@ -1103,15 +1094,6 @@ namespace LSLEditor.Properties { } } - [global::System.Configuration.ApplicationScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("http://lsleditor.sourceforge.net/update.php")] - public string UpdateManifest { - get { - return ((string)(this["UpdateManifest"])); - } - } - [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("Resource.ToolsOptions.xml")] @@ -1208,15 +1190,6 @@ namespace LSLEditor.Properties { } } - [global::System.Configuration.ApplicationScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("2.45.0")] - public string Version { - get { - return ((string)(this["Version"])); - } - } - [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("UTF-8")] @@ -1228,5 +1201,23 @@ namespace LSLEditor.Properties { this["OutputFormat"] = value; } } + + [global::System.Configuration.ApplicationScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("http://lsleditor.sourceforge.net/check4update.php")] + public string Update { + get { + return ((string)(this["Update"])); + } + } + + [global::System.Configuration.ApplicationScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("http://lsleditor.sourceforge.net/update.php")] + public string UpdateManifest { + get { + return ((string)(this["UpdateManifest"])); + } + } } } diff --git a/trunk/Properties/Settings.settings b/trunk/Properties/Settings.settings index 7e85018..1414cdb 100644 --- a/trunk/Properties/Settings.settings +++ b/trunk/Properties/Settings.settings @@ -281,9 +281,6 @@ } - - http://lsleditor.sourceforge.net/check4update.php? - http://www.lsleditor.org/examples/ @@ -293,9 +290,6 @@ Resource.ConfCSharp.xml - - http://lsleditor.sourceforge.net/update.php - Resource.ToolsOptions.xml @@ -326,11 +320,14 @@ True - - 2.45.0 - UTF-8 + + http://a-w-d.dyndns.org:8080/lsleditor/check4update.php + + + http://a-w-d.dyndns.org:8080/lsleditor/update.php + \ No newline at end of file diff --git a/trunk/app.config b/trunk/app.config index 39528dc..835397a 100644 --- a/trunk/app.config +++ b/trunk/app.config @@ -285,9 +285,6 @@ } - - http://lsleditor.sourceforge.net/check4update.php? - http://www.lsleditor.org/examples/ @@ -297,9 +294,6 @@ Resource.ConfCSharp.xml - - http://lsleditor.sourceforge.net/update.php - Resource.ToolsOptions.xml @@ -324,9 +318,6 @@ - - 2.45.0 - \ No newline at end of file