Removed conditional update addresses because VS kept removing them when the file was touched by other changes.

This commit is contained in:
Ima Mechanique 2012-11-28 22:21:08 +00:00
parent 39978d3543
commit 409aba35b3

View file

@ -1219,23 +1219,5 @@ namespace LSLEditor.Properties {
return ((string)(this["UpdateManifest"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("http://a-w-d.dyndns.org:8080/lsleditor/check4update.php")]
public string Update1 {
get {
return ((string)(this["Update1"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("http://a-w-d.dyndns.org:8080/lsleditor/update.php")]
public string UpdateManifest1 {
get {
return ((string)(this["UpdateManifest1"]));
}
}
}
}