diff --git a/GUI/MainWindow.xaml.cs b/GUI/MainWindow.xaml.cs index 4bca3861..be9fb81e 100644 --- a/GUI/MainWindow.xaml.cs +++ b/GUI/MainWindow.xaml.cs @@ -851,7 +851,7 @@ namespace GARbro.GUI } catch (Exception X) { - PopupError (string.Format("{0}:\n{1}", filename, X.Message), guiStrings.MsgErrorOpening); + PopupError (string.Format("{0}\n{1}", filename, X.Message), guiStrings.MsgErrorOpening); } }