mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Version bump to 2.0.8
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Deployment.Application;
|
||||
using System.Globalization;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Threading;
|
||||
using System.Windows.Forms;
|
||||
using CUETools.Processor;
|
||||
|
||||
namespace CUERipper
|
||||
{
|
||||
@@ -20,6 +23,11 @@ namespace CUERipper
|
||||
string arch = Marshal.SizeOf(typeof(IntPtr)) == 8 ? "x64" : "Win32";
|
||||
GetSatelliteAssemblies("Plugins (" + arch + ")");
|
||||
|
||||
CUEConfig config = new CUEConfig();
|
||||
config.Load(new SettingsReader("CUERipper", "settings.txt", Application.ExecutablePath));
|
||||
try { Thread.CurrentThread.CurrentUICulture = CultureInfo.GetCultureInfo(config.language); }
|
||||
catch { }
|
||||
|
||||
Application.Run(new frmCUERipper());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user