aboutsummaryrefslogtreecommitdiff
path: root/Views/MainWindow.axaml.cs
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2021-02-01 20:08:04 -0500
committerAndrew Lee <alee14498@protonmail.com>2021-02-01 20:08:04 -0500
commit7928a72c77e2495558a8d08dae8ba651954c1e45 (patch)
tree29510b8e79268cb48850e2ec541ffec62af278ee /Views/MainWindow.axaml.cs
parent204c9a1cbaa4f258c374a49ad1a033dde5cf06ab (diff)
downloaderable-godot-7928a72c77e2495558a8d08dae8ba651954c1e45.tar.gz
erable-godot-7928a72c77e2495558a8d08dae8ba651954c1e45.tar.bz2
erable-godot-7928a72c77e2495558a8d08dae8ba651954c1e45.zip
Name change
Diffstat (limited to 'Views/MainWindow.axaml.cs')
-rw-r--r--Views/MainWindow.axaml.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Views/MainWindow.axaml.cs b/Views/MainWindow.axaml.cs
index 22f6710..814bc0f 100644
--- a/Views/MainWindow.axaml.cs
+++ b/Views/MainWindow.axaml.cs
@@ -2,7 +2,7 @@ using Avalonia;
using Avalonia.Controls;
using Avalonia.Markup.Xaml;
-namespace AleeAudioPlayer.Views
+namespace Erable.Views
{
public class MainWindow : Window
{