mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-05-20 07:20:01 +02:00
exerimental support for Hisense's new channellist.db format
This commit is contained in:
2
source/ChanSort/MainForm.Designer.cs
generated
2
source/ChanSort/MainForm.Designer.cs
generated
@@ -1563,7 +1563,7 @@
|
||||
this.miCzech.Id = 95;
|
||||
this.miCzech.ImageIndex = 41;
|
||||
this.miCzech.Name = "miCzech";
|
||||
this.miCzech.Tag = "cs-CS";
|
||||
this.miCzech.Tag = "cs-CZ";
|
||||
this.miCzech.DownChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.miLanguage_DownChanged);
|
||||
//
|
||||
// mnuCharset
|
||||
|
||||
@@ -31,7 +31,7 @@ namespace ChanSort.Ui
|
||||
{
|
||||
public partial class MainForm : XtraForm
|
||||
{
|
||||
public const string AppVersion = "v2016-08-10";
|
||||
public const string AppVersion = "v2017-03-29";
|
||||
|
||||
private const int MaxMruEntries = 10;
|
||||
private readonly List<string> isoEncodings = new List<string>();
|
||||
|
||||
Reference in New Issue
Block a user