diff Chronosv2/source/App.xaml.cs @ 14:741981715d94

Initial review and translations
author stevenh7776 stevenhollidge@hotmail.com
date Tue, 21 Feb 2012 18:59:30 +0700
parents 443821e55f06
children
line wrap: on
line diff
--- a/Chronosv2/source/App.xaml.cs	Tue Feb 21 17:49:06 2012 +0700
+++ b/Chronosv2/source/App.xaml.cs	Tue Feb 21 18:59:30 2012 +0700
@@ -141,7 +141,7 @@
 
         private void OnDispatcherUnhandledException(object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e)
         {
-            Logger.ErrorException("Excepción no manejada", e.Exception);
+            Logger.ErrorException("Unhandled Exception", e.Exception);
 
             e.Handled = true;
         }