r4205: *** empty log message ***
[ctsim.git] / libctsupport / syserror.cpp
index 0823ea2bbbeb609be1993fdd1051dfe7b9858231..4aca18565d242a2256c89c1600488e8c66e15a30 100644 (file)
@@ -2,7 +2,7 @@
 **  This is part of the CTSim program
 **  Copyright (c) 1983-2001 Kevin Rosenberg
 **
-**  $Id: syserror.cpp,v 1.23 2002/05/05 10:54:34 kevin Exp $
+**  $Id: syserror.cpp,v 1.24 2003/03/15 14:52:36 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
@@ -59,7 +59,7 @@ void sys_error (int severity, const char *msg, ...)
       wxString msg (strOutput.c_str());
       msg += "\n";
       eventLog.SetString( msg );
-      //      wxPostEvent( theApp->getMainFrame(), eventLog ); // send log event, thread safe
+      wxPostEvent( theApp->getMainFrame(), eventLog ); // send log event, thread safe
     } else {
       wxMutexGuiEnter();
       wxLog::OnLog (wxLOG_Message, strOutput.c_str(), time(NULL));