mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-02-13 18:06:46 +01:00
- complete rework of TLL and SCM loaders, removing all "unsafe" code
- fixed various issues with SCM files
This commit is contained in:
13
ChanSort.Plugin.TllFile/Resource.Designer.cs
generated
13
ChanSort.Plugin.TllFile/Resource.Designer.cs
generated
@@ -8,7 +8,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace ChanSort.Plugin.TllFile {
|
||||
namespace ChanSort.Loader.TllFile {
|
||||
using System;
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@ namespace ChanSort.Plugin.TllFile {
|
||||
internal static global::System.Resources.ResourceManager ResourceManager {
|
||||
get {
|
||||
if (object.ReferenceEquals(resourceMan, null)) {
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ChanSort.Plugin.TllFile.Resource", typeof(Resource).Assembly);
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ChanSort.Loader.TllFile.Resource", typeof(Resource).Assembly);
|
||||
resourceMan = temp;
|
||||
}
|
||||
return resourceMan;
|
||||
@@ -60,15 +60,6 @@ namespace ChanSort.Plugin.TllFile {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to File format is not supported: bad header.
|
||||
/// </summary>
|
||||
internal static string TllFileSerializer_ERR_badFileHeader {
|
||||
get {
|
||||
return ResourceManager.GetString("TllFileSerializer_ERR_badFileHeader", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Channel #{0} (Pr# {1}) was erased because it is a duplicate of channel #{2} (Pr# {3}): {4}.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user