X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctsupport%2Fsyserror.cpp;fp=libctsupport%2Fsyserror.cpp;h=4aca18565d242a2256c89c1600488e8c66e15a30;hp=0823ea2bbbeb609be1993fdd1051dfe7b9858231;hb=40ef0ef58e4d5617d7ddb7b1d145e8981b61215f;hpb=23ea03c25eb95a915f6ece3f6912eb95beb40882 diff --git a/libctsupport/syserror.cpp b/libctsupport/syserror.cpp index 0823ea2..4aca185 100644 --- a/libctsupport/syserror.cpp +++ b/libctsupport/syserror.cpp @@ -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));