From d6a9f6a9ca9346bdf048c62d810667852bb80d1c Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Thu, 26 Mar 2020 04:27:10 +0200 Subject: Removed changes to external bridge and ms culture info by vica. --- .../MachineStudio/Tango.MachineStudio.UI/MainWindow.xaml.cs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI') diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/MainWindow.xaml.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/MainWindow.xaml.cs index 28d0d84db..2e201b6af 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/MainWindow.xaml.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/MainWindow.xaml.cs @@ -83,10 +83,6 @@ namespace Tango.MachineStudio.UI this.Loaded += MainWindow_Loaded; this.SizeChanged += MainWindow_SizeChanged; ContentRendered += MainWindow_ContentRendered; - - CultureInfo ci = CultureInfo.CreateSpecificCulture(CultureInfo.CurrentCulture.Name); - ci.DateTimeFormat.ShortDatePattern = "MMM dd yyyy"; - Thread.CurrentThread.CurrentCulture = ci; } private void MainWindow_ContentRendered(object sender, EventArgs e) -- cgit v1.3.1