lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [5978] Fix defect introduced 20050312T0301Z


From: Greg Chicares
Subject: [lmi-commits] [5978] Fix defect introduced 20050312T0301Z
Date: Fri, 10 Oct 2014 15:51:20 +0000

Revision: 5978
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5978
Author:   chicares
Date:     2014-10-10 15:51:19 +0000 (Fri, 10 Oct 2014)
Log Message:
-----------
Fix defect introduced 20050312T0301Z

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/skeleton.cpp

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2014-10-10 15:47:42 UTC (rev 5977)
+++ lmi/trunk/ChangeLog 2014-10-10 15:51:19 UTC (rev 5978)
@@ -34274,3 +34274,15 @@
   custom_io_1.cpp
 Recognize updated value for "full underwriting".
 
+20141010T1547Z <address@hidden> [533]
+
+  install_cygwin.bat
+Install a few more packages.
+
+20141010T1551Z <address@hidden> [533]
+
+  skeleton.cpp
+Fix defect introduced 20050312T0301Z, from an original file predating
+the lmi epoch: messagebox title swapped with message. See:
+  http://lists.nongnu.org/archive/html/lmi/2014-10/msg00032.html
+

Modified: lmi/trunk/skeleton.cpp
===================================================================
--- lmi/trunk/skeleton.cpp      2014-10-10 15:47:42 UTC (rev 5977)
+++ lmi/trunk/skeleton.cpp      2014-10-10 15:51:19 UTC (rev 5978)
@@ -1105,7 +1105,7 @@
 //
 void Skeleton::OnUnhandledException()
 {
-    wxSafeShowMessage("Terminating due to unhandled exception.", "Fatal 
error");
+    wxSafeShowMessage("Fatal error", "Terminating due to unhandled 
exception.");
 }
 
 // TODO ?? An unsuccessful experiment.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]