fixed program version number

This commit is contained in:
hbeham
2013-08-19 14:10:04 +02:00
parent 46e87b8691
commit 26ab77de17

View File

@@ -4,7 +4,7 @@ namespace ChanSort.Loader.LG
{
public class TllFileSerializerPlugin : ISerializerPlugin
{
public string PluginName { get { return "LG-Electronics *.tll"; } }
public string PluginName { get { return "LG-Electronics xx*.tll"; } }
public string FileFilter { get { return "xx*.TLL"; } }
#region CreateSerializer()