X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctsupport%2Fsyserror.cpp;fp=libctsupport%2Fsyserror.cpp;h=dfce52808afbad9e34b0d0eb9455f26e8d53102d;hp=7707b3071b2612b02c9c7c826a407f9e36e1218a;hb=01ed72399d433ce45a0195f8acaea349a421461e;hpb=0914a8f418770303edfc8d00d68d53061cf01c93 diff --git a/libctsupport/syserror.cpp b/libctsupport/syserror.cpp index 7707b30..dfce528 100644 --- a/libctsupport/syserror.cpp +++ b/libctsupport/syserror.cpp @@ -2,7 +2,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: syserror.cpp,v 1.17 2001/01/19 22:29:15 kevin Exp $ +** $Id: syserror.cpp,v 1.18 2001/01/20 08:10:33 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 @@ -55,7 +55,7 @@ void sys_error (int severity, const char *msg, ...) #ifdef HAVE_WXWINDOWS if (g_bRunningWXWindows) - *theApp->getLog() << strOutput.c_str(); + wxLog::OnLog (wxLOG_Message, strOutput.c_str(), time(NULL)); else #endif std::cout << strOutput;