From 86560e6e5755f2c0b6178a90148e918760fc0d06 Mon Sep 17 00:00:00 2001 From: Lorenz Stechauner Date: Sat, 11 Mar 2023 15:36:29 +0100 Subject: [PATCH] Change Kelwin to Elwig --- WGneu/App.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WGneu/App.xaml.cs b/WGneu/App.xaml.cs index 81a3a22..1a6c4e8 100644 --- a/WGneu/App.xaml.cs +++ b/WGneu/App.xaml.cs @@ -17,7 +17,7 @@ namespace WGneu { public App() : base() { System.Text.Encoding.RegisterProvider(System.Text.CodePagesEncodingProvider.Instance); - Directory.CreateDirectory(Path.Combine(Path.GetTempPath(), "Kelwin")); + Directory.CreateDirectory(Path.Combine(Path.GetTempPath(), "Elwig")); MainDispatcher = Dispatcher; }