diff --git a/BizHawk.MultiClient/ConfigService.cs b/BizHawk.MultiClient/ConfigService.cs index e701ef2945..86956dcd05 100644 --- a/BizHawk.MultiClient/ConfigService.cs +++ b/BizHawk.MultiClient/ConfigService.cs @@ -23,7 +23,7 @@ namespace BizHawk.MultiClient config = (T)s.Deserialize(r, typeof(T)); } } - catch (Exception e) { MessageBox.Show(e.ToString()); } + catch (Exception e) { MessageBox.Show(e.ToString(), "Config Error"); } if (config == null) return new T(); //patch up arrays in the config with the minimum number of things