diff --git a/GUI/FileErrorDialog.xaml b/GUI/FileErrorDialog.xaml index 89fd9dc9..bed67536 100644 --- a/GUI/FileErrorDialog.xaml +++ b/GUI/FileErrorDialog.xaml @@ -2,6 +2,7 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:w="clr-namespace:Rnd.Windows" + xmlns:s="clr-namespace:GARbro.GUI.Strings" Title="{Binding Title}" ShowInTaskbar="False" WindowStartupLocation="CenterOwner" ResizeMode="NoResize" SizeToContent="WidthAndHeight" ShowActivated="True" Background="{DynamicResource {x:Static SystemColors.ControlBrushKey}}"> @@ -9,9 +10,9 @@ - -