From 3620686afa731d10944d1d40ceaa6b71966b8d7c Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Tue, 13 Apr 2021 09:28:26 -0700 Subject: [PATCH] Change window title --- MPF/Windows/MainWindow.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MPF/Windows/MainWindow.xaml b/MPF/Windows/MainWindow.xaml index e8dd28e8..6c5eed81 100644 --- a/MPF/Windows/MainWindow.xaml +++ b/MPF/Windows/MainWindow.xaml @@ -6,7 +6,7 @@ xmlns:local="clr-namespace:MPF" xmlns:controls="clr-namespace:MPF.UserControls" mc:Ignorable="d" - Title="MPF" Width="600" WindowStartupLocation="CenterScreen" ResizeMode="CanMinimize" SizeToContent="Height"> + Title="Media Preservation Frontend" Width="600" WindowStartupLocation="CenterScreen" ResizeMode="CanMinimize" SizeToContent="Height">