X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fctsim.cpp;h=fe9586754b741a0fcaaf3da6e77db9b817f28b13;hp=7a8d50551002855df42b55be9821f134358ee976;hb=9f29c8b32c972db1178d6f8551d5cd57ceb67083;hpb=5e6c61b9ab5a05fff344b1aacf70e5ff61b81060 diff --git a/src/ctsim.cpp b/src/ctsim.cpp index 7a8d505..fe95867 100644 --- a/src/ctsim.cpp +++ b/src/ctsim.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: ctsim.cpp,v 1.53 2001/01/28 04:24:03 kevin Exp $ +** $Id: ctsim.cpp,v 1.54 2001/01/28 19:10:18 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 @@ -70,7 +70,7 @@ #endif #endif -static const char* rcsindent = "$Id: ctsim.cpp,v 1.53 2001/01/28 04:24:03 kevin Exp $"; +static const char* rcsindent = "$Id: ctsim.cpp,v 1.54 2001/01/28 19:10:18 kevin Exp $"; struct option CTSimApp::ctsimOptions[] = { @@ -186,10 +186,10 @@ CTSimApp::OnInit() #ifdef CTSIM_WINHELP if (! m_pFrame->getWinHelpController().Initialize("ctsim")) - *m_pLog << "Cannot initialize the Windows Help system\n"; + *m_pLog << "Cannot initialize the Windows Help system" << "\n"; #endif if (! m_pFrame->getHtmlHelpController().Initialize(::wxGetCwd() + "/ctsim")) - *m_pLog << "Cannot initialize the HTML Help system\n"; + *m_pLog << "Cannot initialize the HTML Help system" << "\n"; return true; }