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; }